body.k1481 .what-start__body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 20px;
}body.product-card-page.st-page.st-page-10975 .slider-main img {
    max-width: 270px;
    margin: 0 auto;
}summary.faq-question:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #a32a2a;
    border-bottom: 1.5px solid #a32a2a;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}.sale-cat-block-content li ul {
    margin-top: 18px;
}.program-banner__title.title-item span.program-banner__titlesub {
    font-size: 14px;
    display: flex;
    padding: 0px 10px;
    background: #ffe8e8;
    width: max-content;
    align-items: center;
    border-radius: 18px;
    margin-bottom: 15px;
    color: #aa2a1c;
}.program-banner__button span {
    max-width: 300px;
    font-size: 14px;
}.epd {
  width: 100%;
  padding: 100px 20px;
  background-color: #fafafa; 
  color: #212529;
  box-sizing: border-box;
}/* Модификатор отступа сетки под карточки */
.epd__grid--cards {
  gap: 24px;
}

/* Стили белых карточек */
.epd__card {
  background-color: #ffffff;
  border: 1px solid #e5e9f0;
  border-radius: 12px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.epd__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
/* Контейнер списка шагов */
.epd__steps {
  display: flex;
  flex-direction: column;
  max-width: 800px;
}

/* Одиночный шаг */
.epd__step {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  position: relative;
  padding-bottom: 36px;
}

/* Убираем нижний отступ у последнего шага */
.epd__step:last-child {
  padding-bottom: 0;
}

/* Вертикальная соединительная линия между номерами */
.epd__step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 21px; /* (ширина маркера 44px / 2) - 1px */
  bottom: 0;
  width: 2px;
  background-color: #e5e9f0;
}

/* Колонка маркера (кружка) */
.epd__step-marker {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

/* Круг с цифрой */
.epd__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fcf4f2;
  color: #b73229;
  font-size: 18px;
  font-weight: 700;
}

/* Контент шага (заголовок + текст) */
.epd__step-content {
  padding-top: 6px;
}

.epd__step-title {
  font-size: 18px;
  font-weight: 600;
  color: #1e242c;
  margin: 0 0 6px 0;
}

.epd__step-text {
  font-size: 15px;
  line-height: 1.5;
  color: #5d6778;
  margin: 0;
}

/* Адаптив под мобильные */
@media (max-width: 768px) {
  .epd__step {
    gap: 18px;
    padding-bottom: 28px;
  }

  .epd__step:not(:last-child)::before {
    top: 36px;
    left: 17px;
  }

  .epd__step-number {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .epd__step-content {
    padding-top: 4px;
  }

  .epd__step-title {
    font-size: 16px;
  }

  .epd__step-text {
    font-size: 14px;
  }
}section.epd.epd--steps {
    background: #fff;
}
/* Общие стили для иконок в карточках */
.epd__card-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}/* Модификатор отступов для сетки результатов */
.epd__grid--results {
  column-gap: 60px;
  row-gap: 40px;
}
.modx-quick-edit-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: #32ab52;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 99999;
    transition: background 0.2s ease;
}

.modx-quick-edit-btn:hover {
    background: #288a42;
    color: #ffffff;
}
/* Элемент результата */
.epd__result-item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

/* Иконка */
.epd__result-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* Контентная часть */
.epd__result-content {
  flex: 1;
}

.epd__result-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: #1e242c;
  margin: 0 0 8px 0;
}

.epd__result-text {
  font-size: 15px;
  line-height: 1.5;
  color: #5d6778;
  margin: 0;
}

/* --- SVG-иконки в Data URI --- */

/* 1. Грузовик */
.epd__result-icon--truck {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b73229' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='3' width='15' height='13' rx='1'/%3E%3Cpolygon points='16 8 20 8 23 11 23 16 16 16 16 8'/%3E%3Ccircle cx='5.5' cy='18.5' r='2.5'/%3E%3Ccircle cx='18.5' cy='18.5' r='2.5'/%3E%3C/svg%3E");
}

/* 2. Щит с галочкой */
.epd__result-icon--shield {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b73229' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpolyline points='9 12 11 14 15 10'/%3E%3C/svg%3E");
}

/* 3. Шестеренка */
.epd__result-icon--gear {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b73229' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z'/%3E%3C/svg%3E");
}

/* 4. Калькулятор / смета */
.epd__result-icon--calc {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b73229' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2' width='16' height='20' rx='2'/%3E%3Cline x1='8' y1='6' x2='16' y2='6'/%3E%3Cline x1='16' y1='14' x2='16' y2='14'/%3E%3Cline x1='16' y1='18' x2='16' y2='18'/%3E%3Cline x1='12' y1='14' x2='12' y2='14'/%3E%3Cline x1='12' y1='18' x2='12' y2='18'/%3E%3Cline x1='8' y1='14' x2='8' y2='14'/%3E%3Cline x1='8' y1='18' x2='8' y2='18'/%3E%3C/svg%3E");
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .epd__grid--results {
    row-gap: 28px;
  }

  .epd__result-item {
    gap: 16px;
  }

  .epd__result-icon {
    width: 36px;
    height: 36px;
  }

  .epd__result-title {
    font-size: 17px;
  }

  .epd__result-text {
    font-size: 14px;
  }
}/* Основная сетка секции цен (2 колонки) */
.epd__pricing-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 48px;
  align-items: start;
}

/* Левая карточка */
.epd__pricing-card {
  background-color: #ffffff;
  border: 1px solid #b73229;
  border-radius: 12px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.epd__pricing-card-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #1e242c;
  margin-bottom: 20px;
}

.epd__pricing-price {
  font-size: 38px;
  font-weight: 800;
  color: #1e242c;
  line-height: 1;
  margin-bottom: 20px;
}

.epd__pricing-note {
  font-size: 14px;
  line-height: 1.5;
  color: #5d6778;
  margin: 0 0 32px 0;
}

/* Красная кнопка */
.epd__pricing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 20px;
  background-color: #a32820;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.epd__pricing-btn:hover {
  background-color: #8c1e17;
}

.epd__pricing-btn:active {
  transform: scale(0.99);
}

/* Правая колонка с деталями */
.epd__pricing-details {
  display: flex;
  flex-direction: column;
}

.epd__pricing-heading {
  font-size: 20px;
  font-weight: 700;
  color: #1e242c;
  margin: 0 0 20px 0;
}

/* Список с красными маркерами */
.epd__pricing-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.epd__pricing-list li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #2b313b;
}

.epd__pricing-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b73229;
}

/* Тонкий разделитель */
.epd__pricing-divider {
  width: 100%;
  height: 1px;
  background-color: #e5e9f0;
  border: none;
  margin: 32px 0;
}

/* Сетка дополнительных опций с тире */
.epd__pricing-extra-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 18px;
}

.epd__pricing-extra-item {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.45;
  color: #5d6778;
}

.epd__pricing-extra-item::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: #8a94a6;
  font-weight: 400;
}

/* Адаптив для планшетов и мобильных */
@media (max-width: 992px) {
  .epd__pricing-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .epd__pricing-card {
    max-width: 420px;
  }
}

@media (max-width: 640px) {
  .epd__pricing-extra-grid {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  .epd__pricing-price {
    font-size: 32px;
  }

  .epd__pricing-card {
    padding: 24px 20px;
  }
}section.epd.epd--pricing {
    background: #fff;
}
/* Контейнер FAQ */
.epd__faq-list {
  display: flex;
  flex-direction: column; 
}

/* Элемент аккордеона */
.epd__faq-item {
  border-bottom: 1px solid #e5e9f0;
  transition: background-color 0.2s ease;
}

.epd__faq-item:first-child {
  border-top: 1px solid #e5e9f0;
}

/* Шапка вопроса */
.epd__faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  color: #1e242c;
  user-select: none;
  gap: 20px;
}

/* Скрываем стандартную стрелку браузера */
.epd__faq-question::-webkit-details-marker {
  display: none;
}

.epd__faq-question:hover {
  color: #b73229;
}

/* Иконка плюса через псевдоэлементы */
.epd__faq-toggle {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.epd__faq-toggle::before,
.epd__faq-toggle::after {
  content: "";
  position: absolute;
  background-color: #b73229;
  border-radius: 1px;
  transition: transform 0.25s ease-out;
}
 

/* Анимация плюса в крестик/минус при открытии */
.epd__faq-item[open] .epd__faq-toggle::after {
  transform: rotate(90deg);
  opacity: 0;
}

.epd__faq-item[open] .epd__faq-question {
  color: #b73229;
}

/* Выпадающий ответ */
.epd__faq-answer {
  padding-bottom: 24px;
  font-size: 15px;
  line-height: 1.6;
  color: #5d6778;
}

.epd__faq-answer p {
  margin: 0;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .epd__faq-question {
    padding: 18px 0;
    font-size: 16px;
  }

  .epd__faq-toggle {
    width: 14px;
    height: 14px;
  }

  .epd__faq-toggle::before {
    top: 6px;
    width: 14px;
  }

  .epd__faq-toggle::after {
    left: 6px;
    height: 14px;
  }

  .epd__faq-answer {
    padding-bottom: 18px;
    font-size: 14px;
  }
}.epdp .program-banner__button span {
    color: rgba(34, 34, 34, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}.epd__faq-toggle {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b73229' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  transition: transform 0.25s ease;
}

.epd__faq-item[open] .epd__faq-toggle {
  transform: rotate(180deg);
}
/* 1. Иконка коробки */
.epd__card-icon--box {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b73229' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath宾 d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3Cpolyline points='3.27 6.96 12 12.01 20.73 6.96'/%3E%3Cline x1='12' y1='22.08' x2='12' y2='12'/%3E%3C/svg%3E");
}

/* 2. Иконка грузовика */
.epd__card-icon--truck {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b73229' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='3' width='15' height='13' rx='1'/%3E%3Cpolygon points='16 8 20 8 23 11 23 16 16 16 16 8'/%3E%3Ccircle cx='5.5' cy='18.5' r='2.5'/%3E%3Ccircle cx='18.5' cy='18.5' r='2.5'/%3E%3C/svg%3E");
}

/* 3. Иконка галочки в круге */
.epd__card-icon--check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b73229' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='8 12 11 15 16 9'/%3E%3C/svg%3E");
}

/* 4. Иконка планшета с документом */
.epd__card-icon--clipboard {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b73229' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Crect x='8' y='2' width='8' height='4' rx='1' ry='1'/%3E%3Cline x1='9' y1='11' x2='15' y2='11'/%3E%3Cline x1='9' y1='15' x2='15' y2='15'/%3E%3C/svg%3E");
}

/* Тексты карточек */
.epd__card-title {
  font-size: 20px;
  font-weight: 600;
  color: #1e242c;
  margin: 0 0 14px 0;
}

.epd__card-text {
  font-size: 15px;
  line-height: 1.55;
  color: #5d6778;
  margin: 0;
}

/* Мобильная адаптация для карточек */
@media (max-width: 768px) {
  .epd__card {
    padding: 24px 20px;
  }

  .epd__card-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 16px;
  }

  .epd__card-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .epd__card-text {
    font-size: 14px;
  }
}section.epd.epd--roles {
    background: #fff;
}

.epd *,
.epd *::before,
.epd *::after {
  box-sizing: border-box;
}

.epd__container {
width: 100%;
    max-width: 1210px;
    padding: 0 20px;
    margin: 0 auto;
}
/* Модификатор иконки: тонкая галочка без круга */
span.epd__icon.epd__icon--check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b73229' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}
/* Верхняя надпись "СРОКИ" */
.epd__subtitle {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #b73229;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

/* Главный заголовок с красной чертой снизу */
.epd__title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.18;
  color: #1e242c;
  margin: 0 0 28px 0;
  position: relative;
  padding-bottom: 24px;
}

.epd__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 4px;
  background-color: #b73229;
  border-radius: 2px;
}

/* Вопрос перед списком */
.epd__question {
  font-size: 20px;
  color: #5d6778;
  margin: 0 0 36px 0;
  font-weight: 400;
}

/* Сетка в 2 колонки */
.epd__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  row-gap: 28px;
}

/* Элемент списка */
.epd__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

/* Иконка крестика в круге */
.epd__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b73229' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='15' y1='9' x2='9' y2='15'/%3E%3Cline x1='9' y1='9' x2='15' y2='15'/%3E%3C/svg%3E");
}

.epd__text {
  font-size: 17px;
  line-height: 1.45;
  color: #2b313b;
}

/* Адаптив под мобильные экраны (Mobile Responsive) */
@media (max-width: 768px) {
  .epd {
    padding: 40px 16px;
  }

  .epd__title {
    font-size: 28px;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }

  .epd__grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .epd__question {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .epd__text {
    font-size: 15px;
  }
}

.program-banner__title.title-item span.program-banner__titlesub:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a33126' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpolyline points='12 7 12 12 16 12'/%3E%3C/svg%3E");

margin-right: 10px;    
}
details[open] .faq-question::after {
    transform: translateY(-50%) rotate(225deg);
}a.aserbo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}.icons-block__item.item-hov {
    position:relative;
}p.t-cases {
    background: #fff;
    display: block;
    z-index: 2;
    position: relative;
    width: 100px;
    font-size: 20px;
    font-weight: bold;
}.pp-new-price-title .p-h3 {
    font-weight: 400;
}
.pp-new-price-title .p-h3 {
    text-transform: uppercase;
    display: block;
    width: 265px;
    margin-right: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #828282;
}
span.sserbo { 
    color: #aa2a1c;
    display:block;
}@media (min-width: 600px) {
.icons-block__item.item-hov:hover {
    transition: all 0.3s ease;
    transform: translateY(-5px); 
    cursor: pointer;
}.icons-block__item.item-hov {
    transition: all 0.3s ease; 
}.icons-block__item.item-hov:hover span.sserbo {
    display: block;
}
}
button#load-more-reviews {
    margin: 70px auto 0;
    display: block;
    background: #9f281a;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 10px;
    cursor: pointer;
}section.new-cat-program-top.ppnewl.auto {
    overflow: hidden;
}span.sp-title {
    max-width: 435px;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.13px;
    display: block;
    padding-bottom: 20px;
    width: fit-content;
    color: #fff;
    margin-bottom: 26px;
    z-index: 2;
    position: relative;
}
.program-banner__area-sp1s ul li {
    list-style: disc;
    margin: 0 0 5px 25px;
    font-size: 18px;
    font-weight: bold;
}body.page-staff.avpk.sp1s .program-banner__subtitle {
    font-size: 22px;
    font-weight: bold;margin-bottom: 40px;
}body.page-staff.avpk.sp1s .program-banner__title {
    color: rgba(34, 34, 34, 1);
    margin-bottom: 18px;
    font-size: 56px;
}body.sop_1c section.it-cons.itnk ul {
    margin-top: 20px;
}
body.sop_1c section.it-cons.itnk li {
    list-style: none;
    margin: 0 0 0;
}

section.content .main-banner__title.title-big h1 {
    font-size: 54px;
    width: 100%;
    letter-spacing: normal;
    display: block;
}
body.k1481 .what-start__body li {
    list-style: disc;
    margin: 0 0 0 25px;
}button.its-header-top__button.red-button.open-popup {
    margin: 45px 0 0;
    width: 100%;
    max-width: max-content;
    padding: 20px;
}body.page-staff.avpk .ability-slider.slick-initialized.slick-slider
Specificity: (0,5,1)
 {
    overflow: hidden;
}/* Контейнер должен быть relative, чтобы тултип позиционировался внутри него */
.popup-form__captcha-wrapper {
    position: relative;
    /* Если капча невидимая, можно задать минимальную высоту или оставить как есть, 
       в зависимости от того, куда именно ты хочешь привязать тултип */
}body.page-staff.avpk.pupp .program-banner__subtitle i {
    color: #aa2a1c;
}body.page-staff.avpk.pupp section.have-quest .have-quest__subtitle.title-item {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}body.page-staff.avpk.pupp .prmnk-item {
    background: #f6f6f6;
    border-radius: 10px;
    width: 49%;
    margin-bottom: 20px;
    padding: 20px 25px 18px 96px;
}body.page-staff.avpk.pupp .program-banner__title.title-item h1 i {
    display: block;
    font-size: 28px;
    line-height: 200%;
}body.page-staff.avpk.pupp section.prmnk-block {
    margin: 100px auto 0;
}body.page-staff.avpk.pupp .it-cons__title.title-item {
    text-align: left;margin:0 auto;
}body.page-staff.avpk.pupp .steps__subtitle {
    margin: 25px auto 0;
    text-align: left;
}body.page-staff.avpk.pupp .steps__item::after {display:none;}
body.page-staff.avpk.pupp .steps__area {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: center;
    justify-content: space-between;
    gap: inherit;
}body.page-staff.avpk.pupp .steps__item {
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    width: 32%;
    height: auto;
    position: relative;
    background: rgb(255, 255, 255);
    padding: 30px 25px 15px;
}body.page-staff.avpk.pupp .steps__num {
    color: rgb(180, 24, 24);
    font-size: 22px;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: left;
    min-height: 60px;
}body.page-staff.avpk.pupp .steps__text-mini {
    transition: all 0.2s ease-in-out;
    height: auto;
    overflow-y: hidden;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
}body.page-staff.avpk.pupp section.steps.block {
    background: #f6f6f6;
    margin: 100px auto 0px;
    padding: 75px 0 70px;
}body.page-staff.avpk.pupp .steps__button {
    text-align: center;
    margin: 65px auto 0;
    max-width: max-content;
    width: auto;
    padding: 20px;
}body.page-staff.avpk.pupp  button.have-quest__button.red-button.open-popup {
    min-width: 265px;
}section.price_uppu_twoe.container h2 i {
    color: #aa2a1c;
}body.page-staff.avpk.pupp section.have-quest.quppu {
    margin-bottom: 75px;
}body.page-staff.avpk.pupp section.it-cons.container {
    margin: 100px auto;
}body.page-staff.avpk.pupp .it-cons__area { 
    align-items: center;
}body.page-staff.avpk.pupp .it-cons__text ul li {
    list-style: none;
    margin: 0 0 12px 1px;
}body.page-staff.avpk.pupp section.steps.block.step-uppu .steps__area {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}body.page-staff.avpk.pupp section.steps.block.step-uppu .steps__item {
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    width: 270px;
    height: auto;
    position: relative;
    background: rgb(255, 255, 255);
    padding: 30px 25px 15px;
}body.page-staff.avpk.pupp section.steps.block.step-uppu .steps__num {
    color: rgb(180, 24, 24);
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    min-height: auto;
}body.page-staff.avpk.pupp section.steps.block.step-uppu .steps__text h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
}body.page-staff.avpk.pupp section.steps.block.step-uppu .steps__text p {
    font-size: 14px;
    line-height: 150%;
    color: #818181;
}
section.price_uppu_one.container button.steps__button.red-button.open-popup {
    text-align: center;
    margin: 20px 0 50px;
}body.page-staff.avpk.pupp .pp-new-title h2 {
    max-width: max-content;
    font-weight: 600;
    font-size: 40px;
    line-height: 115%;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #313131;
    margin-left: 0;
    margin-bottom: 40px;
}.uppu_faq_cn {
    background: #f4f7f9;
    padding: 90px 0;
}
section.price_uppu_one.container h2{
    color: rgb(34, 34, 34);
    font-size: 44px;
    font-weight: 700;
    line-height: 110%;
        text-transform: uppercase;
    margin-bottom: 15px;
}section.price_uppu_one.container h3 {
    font-weight: bold;
    font-size: 28px;
    margin: 25px 0 25px;
}section.price_uppu_twoe.container h2 {
    color: rgb(34, 34, 34);
    font-size: 33px;
    font-weight: 700;
    line-height: 126%;
    margin-bottom: 20px;
}section.price_uppu_twoe.container h3 {
        font-weight: bold;
    font-size: 24px;
    margin: 25px 0 25px;
}section.price_uppu_twoe.container {
    margin-bottom: 50px;
}.uppu-table-container.container p {
    margin: 25px 0;
}.uppu-table-container.container {
    margin-bottom: 100px;
}.uppu-line {
    height: 1px;
    width: 100%;
    background: #e9e9e9;
    margin: 75px auto 75px;
}
/* Сам тултип */
.custom-tooltip-error {
    display: none; /* AjaxForm сам переключит на display: block, когда появится ошибка */
    position: absolute;
    bottom: 100%; /* Всплывает над контейнером */
    left: 0;
    margin-bottom: 10px;
    
    background-color: #ffffff;
    color: #333333;
    font-family: sans-serif;
    font-size: 13px;
    padding: 8px 12px 8px 36px; /* Отступ слева побольше для иконки */
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    z-index: 1000;
}.uppu_lv_container {
    padding: 40px 20px; 
    margin: 0 auto;
    font-family: sans-serif;
    background-color: #f4f7f9; /* Светлый фон как на скрине */
}section.uppu_lv {
    background: #f4f7f9;
    padding: 100px 0;
}

.uppu_lv_main-title {
        color: rgb(34, 34, 34);
    font-size: 44px;
    font-weight: 700;
    line-height: 110%; 
    margin-bottom: 45px;
}

.uppu_lv_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}/* Общий контейнер */
.uppu_faq {
    max-width: 1000px;
    margin: 0 auto;
    font-family: Arial, sans-serif; /* Replace with your primary font */
    color: #333;
}

.uppu_faq_title {
    text-align: center;
    color: rgb(34, 34, 34);
    font-size: 44px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 10px;
}

.uppu_faq_subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
}

/* Элемент спойлера */
.uppu_faq_item {
    border-top: 1px solid #ddd;
}

.uppu_faq_item:last-of-type {
    border-bottom: 1px solid #ddd;
}

/* Заголовок спойлера */
.uppu_faq_question {
    list-style: none; /* Убираем стандартную стрелку */
    padding: 25px 40px 25px 0;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    display: block;
}

/* Скрываем стандартную стрелку в Safari */
.uppu_faq_question::-webkit-details-marker {
    display: none;
}

/* Кастомная иконка-шеврон */
.uppu_faq_question::after {
    content: '\203A'; /* Символ шеврона > */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 24px;
    transition: transform 0.3s ease;
    color: #c05050; /* Цвет как на макете */
}

/* Состояние при открытии */
.uppu_faq_item[open] .uppu_faq_question::after {
    transform: translateY(-50%) rotate(-90deg);
}

/* Контент внутри спойлера */
.uppu_faq_answer {
    padding-bottom: 25px;
    line-height: 1.6;
    color: #444;
}

.uppu_faq_answer ol {
    margin: 0;
    padding-left: 20px;
}

.uppu_faq_answer li {
    margin-bottom: 15px;
}

.uppu_lv_item {
    display: flex;
    flex-direction: column;
}

.uppu_lv_number {
    font-size: 64px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}

.uppu_lv_divider {
    width: 40px;
    height: 3px;
    background-color: #d32f2f; /* Красный акцент */
    margin: 15px 0;
}

.uppu_lv_text {
    font-size: 16px;
    line-height: 1.4;
    color: #444;
    margin: 0;
}

/* Media Queries for Responsiveness */
@media (max-width: 992px) {
    .uppu_lv_grid {
        grid-template-columns: repeat(2, 1fr);
    }body.page-staff.avpk.pupp .steps__item {
    width: 100%;
    margin-bottom:20px;
}body.page-staff.avpk.pupp .steps__area {
    flex-wrap: wrap;
}.uppu_faq {
    padding: 0 15px;
}body.page-staff.avpk.pupp section.steps.block.step-uppu .steps__item {
    width: 100%;
}body.page-staff.avpk.pupp .prmnk-item {
    width: 100%;
}section.price_uppu_one.container h2 {
    font-size: 30px;
}section.price_uppu_one.container h3 {
    font-weight: bold;
    font-size: 20px;
    margin: 25px 0 25px;
    line-height: 120%;
}section.price_uppu_twoe.container h2 {
    color: rgb(34, 34, 34);
    font-size: 25px;
    font-weight: 700;
    line-height: 126%;
    margin-bottom: 20px;
}section.price_uppu_twoe.container h3 {
    font-weight: bold;
    font-size: 21px;
    margin: 25px 0 25px;
    line-height: 130%;
}.uppu_lv_main-title {
    color: rgb(34, 34, 34);
    font-size: 26px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 45px;
}.uppu_faq_question {
    line-height: 120%;
    font-size: 16px;
}

}

@media (max-width: 600px) {
    .uppu_lv_grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .uppu_lv_number {
        font-size: 48px;
    }
}

 table.uppu-table thead tr {
    background: #aa2a1c;
    color: #fff;
}

    .uppu-table-container {
        width: 100%;
        overflow-x: auto;
        margin: 20px 0;
    }table.uppu-table {
    width: 100%;
}

    .uppu-table {
        width: 100%;
        border-collapse: collapse;
        font-family: sans-serif;
        color: #333;
    }

    .uppu-table thead tr {
        background-color: #f8f9fa;
        border-bottom: 2px solid var(--uppu-main-border);
    }

    .uppu-table th, 
    .uppu-table td {
        padding: 14px 20px;
        text-align: left;
        border-bottom: 1px solid var(--uppu-main-border);
    }

    .uppu-table th {
        color: var(--uppu-header-text);
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    /* Mobile Responsive Logic with 'uppu' prefix */
    @media screen and (max-width: 768px) {
        .uppu-table, 
        .uppu-table thead, 
        .uppu-table tbody, 
        .uppu-table th, 
        .uppu-table td, 
        .uppu-table tr { 
            display: block; 
        }body.page-staff.avpk.pupp .program-banner__title.title-item h1 i {
    display: block;
    font-size: 20px;
    line-height: 120%;
    margin-top: 20px;
}

        .uppu-table thead tr { 
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .uppu-table tr {
            border: 1px solid var(--uppu-main-border);
            margin-bottom: 1rem;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            border-radius: 6px;
        }

        .uppu-table td {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
            text-align: right;
            min-height: 40px;
        }

        .uppu-table td:last-child {
            border-bottom: none;
        }

        .uppu-table td::before {
            content: attr(data-label);
            position: absolute;
            left: 15px;
            width: 45%;
            font-weight: 600;
            text-align: left;
            color: #666;
        }
    }
/* Треугольник (хвостик) тултипа */
.custom-tooltip-error::after {
    content: '';
    position: absolute;
    top: 100%; /* Опускаем на нижнюю границу тултипа */
    left: 15px; /* Сдвиг хвостика от левого края */
    
    /* Рисуем треугольник с помощью рамок */
    border-width: 6px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

/* Обводка для треугольника (чтобы сливался с border основного блока) */
.custom-tooltip-error::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 14px;
    border-width: 7px;
    border-style: solid;
    border-color: #c8c8c8 transparent transparent transparent;
    z-index: -1;
}

/* Оранжевая иконка с восклицательным знаком (имитация) */
.custom-tooltip-error span.icon-fake {
    /* Если хочешь добавить прямо через CSS без дополнительных тегов, 
       можно переписать ::before, но чтобы не усложнять слои, 
       я добавлю иконку как background-image */
}.avpk .what-start__item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}.avpk .what-start__item .count {
    font-size: 22px;
    line-height: 120%;
}body {
  font-family: "Work Sans", serif;
  font-style: normal;
  font-weight: 400;
}body.frash-page.itsnewtpl .program-banner__elem {
    font-size: 19px;
    margin-bottom: 10px;
} .page-staff .program-banner__elem span {
    font-weight: 600;
}.page-staff .program-banner__subtitle li {
    list-style: disc;
    margin: 0 0 14px 25px;
}.page-staff .answer-block__answer p {
    padding-bottom: 10px;
}.page-staff .answer-block__answer li {
    list-style: disc;
    margin: 0 0 0 22px;
}.page-staff .answer-block__answer ul {
    margin-bottom: 10px;
}ul.title-pages__title.li-item {
    padding: 45px 0 0 0;
}.it-cons__area.nkn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}.avpk .new-cat-program-top-form h2 {
    font-weight: 600;
    font-size: 44px;
    line-height: 115%;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}.main-banner__content .limit {
    float: left;
    margin: 0;
}body.k1481 .it-cons__title.title-item {
    margin: 0;
}.prmnk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}.newdo .do-after__item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 90px;
    padding: 20px 0;
    box-sizing: border-box;
    border-top: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 0%;
    text-align: left;
}.prmnk-item h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px;
}.header__logos {
    height: 44px;
    overflow: hidden;
    padding-top: 4px;
}
.header__contacts-item span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #7f7f7f;
    margin: 0 0 -4px;
}.header__contacts-item a {
    color: #000;
    font-weight: 500;
}.header__contacts {
    gap: 30px;
}.header__socials-box, .header__logos {
    gap: 10px;
}
.header__socials-box a {
    display: block;
    width: 36px;
    height: 36px;
}
.container.header-rd, .header__logos, .header__contacts, .header__socials-box {
    display: flex;
    justify-content: space-between; 
        align-items: center;
}.container.header-rd {
    padding-bottom: 28px;
    padding-top: 28px;
}

.tarify__item li:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #b41818;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 4px;
}section.tarify.dark-block.kntr b {
    font-weight: bold;
}.kntr .tarify__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: center;
    align-items: start;
}.kntr .tarify__price {
    margin-top: 29px;
}
.tarify__item li {
    padding: 0 0 6px 20px;
    position: relative;
}
.prmnk-item {
    background: #f6f6f6;
    border-radius: 10px;
    width: 32%;
    margin-bottom: 20px;
    padding: 20px;
}

/******************************************/
section.main-banner.nkkkt.content .main-banner__item {
    height: auto;
    padding: 20px 0 60px;
}.it-cons.itnk {
    margin: 150px 0;
}section.main-banner.nkkkt.content .main-banner__item {
    height: auto;
} .main-banner__content ul {
    margin-bottom: 50px;
}.main-banner__subtitle {
    font-size: 25px;
    font-weight: bold;
    margin: 16px 0 -4px;
}
/*****************************************/
.it-cons__area.nkn li:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #7a0900;
}
.it-cons__area.nkn li {
    position: relative;
    padding: 0 0 15px 30px;
}
ul.title-pages__title.li-item li {
    position: relative;
    font-size: 19px;
    line-height: 29px;
    padding: 7px 0 7px 55px;
    font-weight: 500;
    margin: 0 0 7px;
}.it-cons__area .nkn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}
ul.title-pages__title.li-item li:after {
    position: absolute;
    content: "✓";
    color: #b41818;
    background: #ebebeb;
    padding: 7px 12px;
    border-radius: 10px;
    font-size: 24px;
    top: 0;
    left: 0;
    margin: 0 0;
}
.page-staff .program-banner__subtitle p {
    padding-bottom: 20px;
}.page-staff section.recommendations-box-flesh {
    margin: 150px 0 50px;
}.page-staff span.sfp-sub-title {
    max-width: 296px;
}.page-staff section.recommendations-box-flesh .how-helper__title.title-item {
    margin-bottom: 100px;
}.page-staff .how-helper__image img {
    width: 70px;
    border-radius: 20px;
}.page-staff .have-quest__info .title-item { 
    font-size: 36px;
    font-weight: 700;
    line-height: 110%;
}.page-staff .program-banner__button {
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 30px;
}.page-staff .icons-block__elem.big {
    min-width: 343px;
    max-width: 600px;
    width: 100%;
}.page-staff .icons-block__slogan {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 700;
}.page-staff .pp-new-preci-table-item.pp-new-preci-table-item-price div:nth-child(4) a {
    max-width: 145px;
}.page-staff .pp-new-preci-table-item.pp-new-preci-table-item-price div:nth-child(4) {
    margin: 16px 0 12px 0;
    width: 100%;
    max-width: initial;
    min-width: initial;
    text-align: left;
    max-width: 136px;
}
.page-staff .program-banner__subtitle {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 25px;
    max-width: 650px;
    font-weight: 500;
    margin-bottom: 50px;
}.page-staff .program-banner__elem {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: rgba(34, 34, 34, 1);
    text-align: left;
    margin-bottom: 5px;
}

a {
  color: rgb(8, 74, 124);
}.sl-sem-ng {
    position: relative;
} img.sl-sem-ng-img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: max-content;
}.sl-sem-ng-txt {
    top: 0;
    position: absolute;
}span.sl-sem-ng-txt-title {
    font-size: 42px;
    font-weight: bold;
    padding-bottom: 20px;
    display: block;
}.sl-sem-ng-txt p {
    font-weight: 500;
    font-size: 18px;
}.sl-sem-ng-txt {
    top: 25%;
    position: absolute;
}.sl-sem-ng {
    height: 600px;
}
.breadcrumb {
  list-style-type: none;
  display: flex;
  text-align: start;
  justify-content: flex-start;
  margin-left: unset;
  padding-left: unset;
  gap: 10px;
  color: rgb(148, 147, 147);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
}
.header-top {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(233, 233, 233)));
  background: linear-gradient(180deg, rgb(255, 255, 255), rgb(233, 233, 233) 100%);
}

.container {
  width: 100%;
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
}.sale-cat-block-content table td p {
    padding: 0;
    margin: 0; 
}

.header-top__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}

.header-top__slogan {
  width: 241px;
}

.header-top__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header-top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  text-decoration: none;
}

.red-button {
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  border-radius: 3px;
  border: 0;
  background: rgb(180, 24, 24);
  padding: 15px 0;
  width: 181px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-bottom {
  background: rgb(34, 34, 34);
  color: white;
}
.header-bottom__area {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  gap: 30px;
}
.menu__item {
  padding: 32px 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}

footer .menu__item {
  padding: 5px 0;
}

.menu__name {
  display: flex;
  align-items: center;
}

.menu__name a {
  text-decoration: none;
  color: #333;
}

.menu__triangle {
  position: relative;
  cursor: pointer;
  width: 0;
  height: 0;
  margin-left: 8px; /* Отступ от текста */
  border-left: 5px solid transparent; /* Левая сторона треугольника */
  border-right: 5px solid transparent; /* Правая сторона треугольника */
  border-top: 5px solid #ffffff; /* Цвет треугольника */
}
.menu__triangle::before {
  content: ""; /* Псевдоэлемент для увеличения кликабельной зоны */
  position: absolute;
  top: -10px; /* Расширение области клика сверху */
  left: -10px; /* Расширение области клика слева */
  right: -20px; /* Расширение области клика справа */
  bottom: -10px; /* Расширение области клика снизу */
}
.footer-block  .menu__item {
  height: unset;
  display: block;
}
.menu a {
  color: white;
  transition: all 0.3s ease-in-out;
}
.menu a:hover {
  color: rgb(214, 37, 37);
}
.menu__subitem {
  position: relative;
  padding: 10px 20px;
  min-width: 300px;
}

.menu__subitem {
  position: relative;
  padding: 10px 20px;
  min-width: 300px;
}
.menu__subitem:first-of-type {
  padding: 20px 20px 10px 20px;
}

.menu__subitem:last-of-type {
  padding: 10px 20px 20px 20px;
}
.menu .submenu {
  border-top: 2px solid rgb(180, 24, 24);
  display: none;
  position: absolute;
  top: 100%;
  text-align: left;
  left: 0;
  z-index: 5;
  background: rgb(34, 34, 34);
  flex-direction: column;
}
.menu .submenu2 {
  border-top: 2px solid rgb(180, 24, 24);
  display: none;
  position: absolute;
  top: 0;
  text-align: left;
  left: 100%;
  z-index: 5;
  background: rgb(34, 34, 34);
  flex-direction: column;
}
.menu__item:hover .submenu {
  display: flex;
}
.menu__subitem:hover .submenu2 {
  display: flex;
}
.menu__item:hover > .menu__name > .menu__triangle {
  transform: rotate(180deg);
}
.menu__subitem:hover > .menu__name > .menu__triangle {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .icons-block__item {
    margin: 0 auto;
  }
  .menu__item:hover .submenu,
  .menu__subitem:hover .submenu2 {
    display: none;
  }

  .menu .submenu2 {
    position: relative;
    top: 0;
    left: 0;
  }
}
.search-block {
  width: 331px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.search-block button {
    background: unset;
    border: unset;
}
.search-block__elem {
  height: 100%;
  width: 100%;
  padding: 0 0 0 20px;
  color: rgb(148, 147, 147);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: left;
}
.search-block__icon {
    position: absolute;
    right: 20px;
    top: 11px;
}

.main-banner__item {
  height: 600px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  position: relative;
}

.main-banner .slick-slide img {
  width: 100%;
}
.main-banner__bg {
  z-index: -1;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  display: none !important;
  width: 100%;
  height: 100%;
  object-position: right;
}

/* ПК (по умолчанию) */
@media (min-width: 1025px) {
  .main-banner__bg.pc {
    display: block !important;
  }
}

/* Планшет */
@media (min-width: 480px) and (max-width: 1024px) {
  .main-banner__bg.tablet {
    display: block !important;
  }
}

/* Мобильные устройства */
@media (max-width: 480px) {
  .main-banner__bg.mob {
    display: block !important;
  }
}
.buh-text  {
  color: rgb(34, 34, 34);
  font-size: 20px;
  font-weight: 400;
  line-height: 155%;
}
.main-banner__flex {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.main-banner__button {
  width: fit-content;
  padding: 20px 30px !important;
}
.main-banner__content {
  width: 100%;
  display: grid;
}
.main-banner__title {
  margin-bottom: 20px;
}
.main-banner__subtitle {
  margin-bottom: 5px;
}
strong {
  font-weight: 700;
}
.main-banner .top-text {
  font-size: 50px;
  color: #B41818;
}

.main-banner .middle-text {
  font-size: 54px;
  color: #222222;

}
.main-banner .bottom-text {
  font-size: 42px;
  font-weight: 400;
}
.title-big {
  color: rgb(34, 34, 34);
  font-size: 54px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: left;
}

.title-item {
  color: rgb(34, 34, 34);
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
}

.catalog-block__area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  position: relative;
  bottom: 30px;
}
.catalog-block__item {
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
  padding: 50px 35px 0;
  height: 282px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.catalog-block__item:hover {
  transform: translateY(-15px);
}
.catalog-block__item::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: url("/assets/img-redesign/plus-icon.webp");
  position: absolute;
  bottom: -23px;
  right: 45px;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: rgb(180, 24, 24);
  line-height: 0;
}
.catalog-block__name {
  color: rgb(51, 51, 51);
  font-size: 19px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
  position: relative;
}
.catalog-block__name::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  bottom: -20px;
  left: 0;
  background: rgb(180, 24, 24);
}

.it-cons {
  margin: 50px 0;
}
.it-cons__area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.it-cons__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 272px 272px;
  gap: 20px;
}
.it-cons__images img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.it-cons__images img:first-child {
  grid-row: span 2;
  margin-top: 50px;
}
.it-cons__text p, .it-cons ul {
  margin: 10px 0;
  font-size: 18px;
  line-height: 30px;
}
.it-cons__button {
  margin-top: 30px;
}

.more-client {
  background: rgb(240, 243, 247);
  padding: 128px 20px 90px;
}
.more-client__title {
  text-align: center;
  margin-bottom: 20px;
}
.more-client__subtitle {
  text-align: center;
  margin-bottom: 55px;
}
.more-client__area {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
    overflow: hidden;
}
.more-client .slick-prev {
  filter: brightness(1);
  z-index: 15;
  left: 40px;
  z-index: 9998;
}
.more-client .slick-next {
  filter: brightness(1);
  z-index: 15;
  right: 70px;
  z-index: 9998;
}
.more-client .slick-prev::before {
  content: url("/assets/img-redesign/arrow-left.svg");
}
.more-client .slick-next::before {
  content: url("/assets/img-redesign/arrow-right.svg");
}
.more-client__area::before {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  content: url("/assets/img-redesign/red-wave.webp");
  z-index: 2;
 pointer-events: none !important;
}
.more-client__item img {
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: right;
}
.more-client__bottom {
  margin-top: 90px;
}

.icons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icons-block__area  {
  max-width: 1800px;
  padding: 0 15px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icons-block__elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icons-block__area .icons-block__elem {
  align-items: flex-start;
}
.icons-block__item {
  width: 343px;
}
.icons-block__info {
  margin-top: 20px;
}
.buh-text ul {
  list-style: disc;
}
.buh-text li {
  margin: 10px 0 10px 25px;
  list-style-type: disc;
}

.icons-block__info p {
  margin: 5px 0;
}
.icons-block__elem.big {
  width: 343px;
}
.icons-block__slogan {
  max-width: 230px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 700;
}
.icons-block__slogan.big {
  font-size: 22px;
  font-weight: 500;
}
.icons-block__text {
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
}
.serti {
  padding: 120px 0;
}
.serti__area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.serti__media {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 21px;
}
.serti__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.have-quest {
  color: white;
  padding: 100px 0;
  background: url("/assets/img-redesign/have-question-bg.webp");
  background-size: cover;
}
.have-quest__area {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.have-quest__title {
  color: white;
  margin-bottom: 30px;
}
.have-quest__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 21px;
}
.have-quest__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.have-quest__number a {
  font-size: 30px;
  font-weight: 700;
  color: white;
}
.have-quest__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.have-quest__flex {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;


}
.whatsapp {
  box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 3px;
  height: 58px;
  padding: 0 22px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;

}
.have-quest__mail a {
  color: white;
}
.have-quest__button {
  background-color: white;
  color: rgb(34, 34, 34);
}

.footer-block {
  background: rgb(34, 34, 34);
  color: white;
  padding: 107px 0 0;
}
.footer-block__area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px;
}
.footer-block__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer-block__col:last-child button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.footer-block__col.menu {
  padding-top: 20px;
  position: relative;
}
.footer-block__col.menu::before {
  position: absolute;
  width: 71px;
  height: 4px;
  background: rgb(180, 24, 24);
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
}
.footer-block__contact {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 33px 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.footer-block__contact img {
  grid-row: span 2;
}
.footer-block__contact span {
  color: rgb(180, 24, 24);
}
.footer-block__contact a {
  color: white;
  font-size: 17px;
}
.malevich {
  color: white;
  padding: 30px 0;
}
.malevich__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.malevich__text {
  color: white;
}
.malevich__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block {
  padding: 100px 0 100px;
}

.dark-block {
  background: rgb(240, 243, 247);
  padding: 100px 20px 100px;
}

.connect-block {
  overflow: hidden;
  position: relative;
}

.connect-block__arrow {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 49%;
  top: 21%;
  left: -62px;
  z-index: 0;
}

.connect-block__title {
  text-align: center;
}

.connect-block__subtitle {
  margin-top: 20px;
  text-align: center;
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.connect-block__area {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  margin-bottom: 90px;
}

.connect-block__slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 49px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: rgb(34, 34, 34);
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left;
}


.calc {
  padding: 50px 0;
  background: rgb(49, 49, 49);
}

.calculator {
  margin: 0 auto;
  color: white;
  padding: 30px;
  border-radius: 15px;
}
.calc__title {
  margin-bottom: 50px;
  color: white;

  text-transform: uppercase;
  font-size: 60px;
  font-weight: 600;
  line-height: 115%;
  text-align: center;
}
.step {
  padding: 30px 0;
  display: grid;
  position: relative;
  grid-template-columns: 280px 1fr;
  gap: 24px;
}
.step::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  opacity: 0.3;
  height: 1px;
}
.step__info {
  width: 281px;
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  gap: 44px ;
}

.step__number {
  position: relative;
  color: rgb(255, 221, 0);
}
.step__number.end {
  margin-top: auto;
}
.step__number::before {
  position: absolute;
  width: 40px;
  height: 4px;
  background: rgb(255, 221, 0);
  content: "";
  top: calc(100% + 20px);
  left: 0;
}
.step__number.end::before {
  content: unset;
}
.step__text {
}

.step__area {
}
.step__area.end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 70px;

}
.service-type {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.service-card {
  flex: 1;
  color: rgb(34, 34, 34);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  box-sizing: border-box;
  height: 100%;
  position: relative;
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.service-card::before {
  content: url("/assets/img-redesign/no.svg");
  position: absolute;
  top: -49px;
  right: 11px;
}
.service-card.selected::before {
  content: url("/assets/img-redesign/yes.svg");

}
.service-card.selected {
  border: 1px solid rgb(255, 221, 0);
}
.service-card__open {

  border-radius: 10px;
  position: absolute;
  right: 20px;
  bottom: -15px;
}
.service-card__open img {
  width: 30px;
  height: 30px;
}

.service-card__tarif {
  text-align: center;
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
}

.service-card__name {
  position: relative;
  text-align: center;
  color: rgb(180, 24, 24);
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 24px;
}
.service-card__name::before {
  content: "";
  width: 227px;
  height: 1px;
  background: rgb(34, 34, 34);
  opacity: 0.3;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
}
.service-card__text {
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
  height: 100px;
}

.service-card__open {
}

.toggle-details {
  color: var(--secondary-color);
  cursor: pointer;
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.arrow {
  transition: transform 0.3s ease;
  display: inline-block;
}

.details-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-top: 10px;
  padding-left: 20px;
}

.details-list.show {
  max-height: 1000px;
}

.details-list li {
  margin: 5px 0;
  list-style-type: disc;
}

.base-conditions {
  position: relative;
  margin: 20px 0 0;
  padding: 15px 20px 0 15px;

}
.base-conditions::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  opacity: 0.3;
  height: 1px;
}
.base-conditions__name {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.base-conditions__name img {
  width: 30px;
  height: 30px;
}
.base-conditions__open {
  cursor: pointer;
}

.base-conditions__body {
  display: none;
}


.condition-item {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.green-circle {
  width: 12px;
  height: 12px;
  background: var(--accent-color);
  border-radius: 50%;
  margin-right: 10px;
}

.mode-selector {
  display: flex;
  gap: 20px;
  margin: 20px 0 0;
}

.additional-services__yellow {
  color: rgb(255, 221, 0);;
}
.mode-card {
  flex: 1;
  color: rgb(34, 34, 34);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  box-sizing: border-box;
  height: 100%;
  position: relative;
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.mode-card::before {
  content: url("/assets/img-redesign/no.svg");
  position: absolute;
  top: -49px;
  right: 11px;
}
.mode-card.selected::before {
  content: url("/assets/img-redesign/yes.svg");

}
.mode-card.selected {
  border: 1px solid rgb(255, 221, 0);
}


.infrastructure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 20px 0;
}

.input-group {
  display: grid;
  grid-template-columns: 60px 1fr ;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.input-group label {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: block;
  margin-bottom: 5px;

}

.input-group input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.additional-services {
  margin: 20px 0;
}

.service-checkbox {
  gap: 10px;
  display: flex;
  align-items: center;
  margin: 10px 0;
  cursor: pointer !important;
}
.service-checkbox label {
  cursor: pointer;
}
.payment-details {

}

.payment-line {
  gap: 20px;
  display: flex;
  justify-content: space-between;
  max-width: 450px;
  margin: 10px auto;
  padding: 8px 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 125%;
  border-radius: 5px;
}
.payment-line:last-child {
  margin: 0;
}
.payment-body {
  white-space: nowrap;
  color: rgb(180, 24, 24);

}
.payment-label {
  font-weight: bold;
}

.result {
  text-align: center;
  padding: 20px;
  margin-top: 20px;
}
.step:last-child::after {
  content: unset;
}
.note {
  margin-top: 30px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
}
.note h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.connect-block__video {
  position: relative;
}
.connect-block__video img {
  width: 100%;
}
.connect-block__video::before {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  content: url(/assets/img-redesign/play-btn-video.webp);
}

.program-our__title {
  text-align: center;
}

.program-our__area {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 41px;
  grid-auto-flow: column;
  margin: 50px 0;
}

.program-our__item:last-child {
  grid-row: span 2;
}

.program-our__name {
  color: rgb(34, 34, 34);
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left;
}

.program-our__text {
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
}
.program-our__text a {
  display: inline-block;
  color: rgb(34, 34, 34);
  margin: 6px 0
}

.program-our__text a:hover {

  color: #012857;

}
.program-our__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.program-our__quest {
  color: rgb(180, 24, 24);
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  text-align: left;
  max-width: 600px;
}

.program-our__button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.tarify {
  text-align: center;
}
.tarify p, .tarify ul, .tarify li, .tarify span, .tarify strong {
  text-align: left;
}
.tarify p {
  margin: 5px 0;
}

.tarify__subtitle {
  margin-top: 20px;
}
.tarify__row {
  text-align: left;
  margin: 10px 0;
}
.tarify__row strong {

  font-weight: 700;
}
.tarify__row ul {
  list-style: disc;
}
.tarify__row li {
  margin: 10px 0 10px 20px;
}
.tarify__area {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
}

.tarify__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 42px;
}

.tarify__item {
  position: relative;
  padding: 37px 27px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
  width: 100%;
}
.tarify__best {
  position: absolute;
  right: 20px;
  top: 0;
  border-radius: 0px 0px 10px 10px;
  background: rgb(255, 221, 0);
  padding: 3px 40px;
  color: rgb(180, 24, 24);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.tarify__name {
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

.tarify__subname {
  margin-top: 20px;
  margin-bottom: 30px;
  color: rgb(34, 34, 34);
  font-size: 22px;
  font-weight: 400;
  line-height: 125%;
}

.tarify__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tarify__price.buh {
  flex-direction: column;
  align-items: flex-start;
}
.buh .tarify__price-button {
  align-self: flex-end;
}
.tarify__price-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tarify__price-left .name {
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  text-align: left;
}
.tarify__price-left .count {
  color: rgb(180, 24, 24);
  font-size: 22px;
  font-weight: 500;
  line-height: 125%;
  text-align: left;
}

.steps {
  text-align: center;
}

.steps__subtitle {
  margin-top: 20px;
}

.steps__area {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.steps__item {
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  width: 270px;
  height: 282px;
  position: relative;
  background: rgb(255, 255, 255);
  padding: 40px 35px;
}
.five .steps__item {

   height: 353px;
  transition: all 0.3s ease-in-out;
}
.steps--active {
  height: fit-content !important;
}
.steps__text-mini {
  transition: all 0.2s ease-in-out;
  height: 135px;
  overflow-y: hidden;
}
.steps--active .steps__text-mini {
  height: fit-content;
  overflow-y: hidden;
}
.sboi {
  width: 100%;
  height: unset;
}
.sboi::after {
  content: unset !important;
}
.plus {
  cursor: pointer;
}
.steps__item::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: url(/assets/img-redesign/little-white-arrow-right.webp);
  position: absolute;
  bottom: -23px;
  right: 45px;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: rgb(180, 24, 24);
  line-height: 0;
}
.plus::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: url(/assets/img-redesign/red-plus.webp) !important;
  position: absolute;
  bottom: -23px;
  right: 45px;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: rgb(180, 24, 24);
  line-height: 0;
}

.steps__item:last-child::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: url(/assets/img-redesign/nice-hand-icon.webp);
  position: absolute;
  bottom: -23px;
  right: 45px;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: rgb(180, 24, 24);
  line-height: 0;
}

.steps__num {
  color: rgb(180, 24, 24);
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left;
}

.steps__text {
  margin-top: 42px;
  color: rgb(51, 51, 51);
  font-size: 19px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  text-align: left;
}
.steps__text-mini {
  margin-top: 20px;
  text-align: left;
}
.steps__text-mini ul {
  list-style: disc;
}
.steps__text-mini li {
  margin: 5px 5px 5px 10px;
}
.sboi .steps__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
}
.steps__text::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  top: -20px;
  left: 0;
  background: rgb(180, 24, 24);
}

.steps__button {
  text-align: center;
  margin: 93px auto 0;
}

.header-tablet {
  display: none;
}

.header-tablet__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

.search-block-white {
  display: none;
}

.content .main-banner__item {
  height: 400px;
}


.what-inside {
  margin-bottom: 50px;
}
.what-inside ol {
  list-style: disc;
}
.what-inside ol li {
  margin: 15px 0 15px 15px;
}
.what-inside__area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.what-inside__left {
  display: flex;
  flex-direction: column;
  gap: 31px;
  align-items: flex-start;
}

.what-inside__title {
  color: rgb(34, 34, 34);

  font-size: 60px;
  font-weight: 600;
  line-height: 115%;
}

.what-inside__button {
}


.what-inside__right {
  font-size: 16px;
  font-weight: 400;
  line-height: 115%;
  color: rgb(34, 34, 34);
}



.popup-form {
  background: rgba(34, 34, 34, 0.7);
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 15;
  display: none;
}
body.popup--active .popup-form {
  display: flex;
}
.popup-form__area {
    background: url(/assets/img-redesign/have-question-bg.webp);
    background-size: cover;
    padding: 45px 25px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.popup-form__close {
  cursor: pointer;
  position: absolute;
  font-size: 28px;
  top: 15px;
  right: 15px;
  color:  rgb(255, 255, 255, 0.5);
}.content-order label.popup-form__checkbox-label span a {
    background: none;
    padding: 0;
    display: inline;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}
.popup-form__info {
  max-width: 330px;
}
.popup-form__submit {
    width: 100%;
    padding: 30px 35px 30px 35px;
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0%;
    text-align: center;
    height: 44px;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}.header__text {
  display: none;
}
.popup-form__title {
  color: rgb(255, 255, 255);
  font-size: 54px;
  font-weight: 900;
  line-height: 110%;
  text-align: left;
}
.popup-form__subtitle {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
}
.popup-form__form {
  max-width: 450px;
  width: 100%;
}

.popup-form__field input {
  box-sizing: border-box;
  border: 1px solid rgb(217, 232, 232);
  border-radius: 3px;
  background: rgb(255, 255, 255);
  width: 100%;
  padding: 10px 20px;
  color: rgb(148, 147, 147);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  margin-bottom: 20px;
}
.popup-form__field textarea {
  box-sizing: border-box;
  border: 1px solid rgb(217, 232, 232);
  border-radius: 3px;
  background: rgb(255, 255, 255);
  width: 100%;
  padding: 8px 30px 6px;
  color: rgb(148, 147, 147);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  margin-bottom: 20px;
}

.popup-form__checkbox-label  {
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  display: flex;
  gap: 5px;
  align-items: flex-start;
}

.popup-form__checkbox-label a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.popup-form__checkbox-label a:hover {
  text-decoration: none;
}

.popup-form__sender {
    display: flex
;
    gap: 5px;
    flex-wrap: wrap;
}


.warninge {
	position: fixed;
  -webkit-box-shadow: -2px 1px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: -2px 1px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: -2px 1px 8px 0px rgba(34, 60, 80, 0.2);
  z-index: 15;
    font-size: 16px;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background-color: rgb(255, 255, 255);
}

.warninge--active {
	display: flex;
}

.warninge__text {
	margin-right: 30px;
}
.yandex {

}
.yandex__area {
  margin: 50px auto;
  display: flex;
  justify-content: center;
}
.warninge__read {
	display: block;
	margin-left: 15px;
}
@media screen and (max-width: 1360px) {
    .service-type {
      flex-direction: column;
      gap: 60px;
    }
  .service-card__text {
    height: fit-content;
  }
  .step__area.end {
    gap: 20px;
    flex-direction: column;
  }
}
.buh-mobil {
  background: radial-gradient(50.00% 50.00% at 50% 50%,rgb(255, 255, 255),rgb(205, 214, 226) 100%);
}

.container {
}

.buh-mobil__area {
  display: grid;
  grid-template-columns: minmax(1px, 1fr) minmax(1px, 1fr) minmax(1px, 1fr);
  gap: 20px;
}

.buh-mobil__col {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.buh-mobil__button {
  justify-self: flex-end;
  margin-top: auto;
}

.buh-mobil__center {
  width: fit-content;
  position: relative;
}

.buh-mobil__image {

  position: absolute;
  left: -100px;

}
@media screen and (max-width: 1150px) {
  .buh-mobil__area {
    display: grid;
    grid-template-columns: minmax(1px, 1fr) minmax(1px, 1fr);
    gap: 20px;
  }
  .buh-mobil__center {
    width: fit-content;
    left: 40%;
    height: 400px;
    grid-row: 1;
    grid-column: span 2;
  }
  .buh-mobil__image {
    height: 100%;
  }
}
@media screen and (max-width: 1060px) {
  .main-banner .top-text {
    font-size: 34px;
  }.header__contacts {
    display: none;
}

  .main-banner .middle-text {
    font-size: 36px;
  }
  .main-banner .bottom-text {
    font-size: 30px;
  }
  .step {
    grid-template-columns: 1fr;
  }
  .calculator {
    padding: 30px 15px;
  }

  .what-inside__area {

    grid-template-columns: 1fr;

  }
  .infrastructure {
    grid-template-columns: 1fr;
  }
  .mode-selector {
    flex-direction: column;
  }
  .what-inside__title {
    font-size: 30px;
  }
  .service-type {
    grid-template-columns: 1fr;
  }
  .header-tablet {
    display: block;
  }

  .header-top .header-top__mail {
    display: none;
  }
  .header-top .header-top__button {
    display: none;
  }
  .search-block__elem {
    display: none;
  }
  .search-block {
    display: none;
  }
  .search-block-white {
    display: block;
  }
  .search-block-white img {
    display: block;
    width: 14px;
    height: 14px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .red-button {
    padding: 12px 0;
  }
  .catalog-block__area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    row-gap: 30px;
    position: relative;
    bottom: 30px;
  }
  .it-cons__area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .it-cons__images {
    grid-template-rows: unset;
  }
  .it-cons__info {
    grid-row: 1;
  }
  .it-cons__images img {
    width: 100%;
  }
  .icons-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .serti__area {
    grid-template-columns: 1fr;
  }
  .serti__media {
    grid-row: 2;
  }
  .have-quest__area {
    display: grid;
    grid-template-columns: 1fr;
  }
  .have-quest__contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 21px;
    margin-top: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-block__col.search-block {
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-block__area {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
  }
  .connect-block__area {
    margin-top: 55px;
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 54px;
    margin-bottom: 90px;
  }
  .connect-block__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .connect-block__slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .connect-block__slogan span {
    max-width: 440px;
  }
  .program-our__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .program-our__button {
    width: unset;
    margin: 20px 0 0 auto;
  }
  .program-our__quest {
    max-width: 500px;
  }
  .tarify__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .steps__area {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
    padding: 20px 20px 30px 20px;
    overflow-x: auto;
  }

  .popup-form__form {
    max-width: 300px;

  }
  .menu__subitem {
    min-width: unset;
  } .header__text {
    display: block;
    max-width: 230px;
}
}
.burger-m{
  display: none;
}.header__socials.m__m {
    display: none;
}
@media screen and (max-width: 960px) {
    .header__button {
    display: none;
}.header__text {
  display: block;
  max-width:250px;
}
}
@media screen and (max-width: 768px) {
  .header__socials-box {
    display: none;
}.container.header-rd {
    display: flex;
    flex-direction: column;
}.steps__subtitle {
    padding: 0 15px;
  }.header__text {
    text-align: center;
    line-height: 20px;
    margin: 13px 0 -12px;
}
  .buh-mobil {
    overflow-x: hidden;
    max-width: 100vw;
  }
  .buh-mobil__area {
    display: grid;
    grid-template-columns: minmax(1px, 1fr);
    gap: 20px;
  }
  .buh-mobil__col {
    align-items: center;
  }
  .buh-mobil__center {
    left: 20%;
    height: 400px;
    grid-row: 1;
    grid-column: unset;
  }
  .main-banner .top-text {
    font-size: 25px;
    max-width: 60%;
    margin-bottom: 10px;
  }

  .main-banner .middle-text {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .main-banner .bottom-text {
    font-size: 25px;
  }
  .step__info {
      font-size: 24px;
  }
  .calc__title {
    font-size: 24px;
  }
  .warninge--active {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    align-items: center;
    padding-bottom: 70px;
  }
  .burger-m {
    display: block;
    z-index: 10;
    position: absolute;
    top: 10px;
    right: 10px;

  }

  .burger-m .open {
    display: block;
  }
    .burger-m .close {
        display: none;
        background-color: #000;
        -webkit-box-shadow: none;
        -moz-box-shadow: unset;
        box-shadow: none;
        border: none;
        top: -5px;
        right: 20px;
    } 
  body.menu--active .burger-m .open {
    display: none;
  }
  body.menu--active .burger-m .close {
    display: block;
  }.header-bottom.openmenu {
    display: block;
    width: 100%;
}    .header-bottom.openmenu .menu__item {
        padding: 0px 0;
        align-items: baseline;
        text-align: left;
    }.burger-m.openmenu .open {
        display: none;
    }.burger-m.openmenu .close {
        display: block;
    }

  .popup-form__area {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }.header-bottom__menu.menu .menu__name {
    display: flex
;
    align-items: center;
    width: 100%;
}

  body.menu--active {
    overflow: hidden;
  }
  .header-tablet__area .header-top__button {
    display: none;
  }
  .header-bottom {
    display: none;
    width: 90%;
  }
  body.menu--active .header-bottom {
    display: block;
  }
  .header-bottom .menu__item {
   height: unset;
    flex-direction: column;
    align-items: flex-start;
  }
  .header-bottom {
    max-height: 100%; 
    position: fixed;
    right: 0;
    top: 0;

    z-index: 4;
  }
  .header-bottom .submenu {
    position: relative;
  }
  .header-bottom__area  {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 10px;
    gap: 30px;
  }
  .header-bottom .menu {
    display: flex;
    flex-direction: column;

  }
  .search-block {
    display: block;
  }
  .search-block-white {
    display: none;
  }
  .search-block__elem {
    display: block;
    width: 80%;
  }
  .header-top__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 30px 0;
    text-align: center;
  }
  .title-big {
    font-size: 29px;
    font-weight: 900;
  }
  .main-banner__item {
    background-position: center;
    /* -webkit-box-align: center;
        -ms-flex-align: center; */
            align-items: start;
            padding-top: 3rem;
  }
  .catalog-block__area {
    grid-template-columns: 100%;
  }
  .title-item {
    font-size: 26px;
    font-weight: 900;
  }
  .it-cons__button {
    margin: 30px auto 0;
  }
  .it-cons__images {
    grid-template-columns: 1fr;
  }
  .more-client {
    background: rgb(240, 243, 247);
    padding: 40px 20px 90px;
  }
  .icons-block {
    grid-template-columns: 100%;
  }
  .payment-line {
    font-size: 18px;
  }
  .icons-block__icon img {
    width: 60px;
    height: 60px;
  }
  .icons-block__slogan {
    font-size: 22px;
  }
  .serti__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 21px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .serti__button {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .have-quest__area {
    grid-template-columns: 100%;
  }
  .have-quest__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .have-quest__button {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .footer-block__area {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .footer-block__col:last-child button {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .malevich__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-block__col.menu {
    padding-left: 54px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-block__col.menu::before {
    left: 28%;
  }
  .footer-block__col:first-child {
    padding: 0 50px;
    text-align: center;
  }
  .connect-block__slogan {
    gap: 8px;
    font-size: 20px;
    font-weight: 900;
  }
  .dark-block {
    padding: unset;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .icons-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .program-our__area {
    display: grid;
    grid-template-rows: 1fr;
    gap: 41px;
    grid-auto-flow: row;
    margin: 50px 0;
  }
  .program-our__button {
    width: 181px;
    margin: 20px auto 0;
  }
  .tarify__area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .menu__item .submenu {
    margin-top: 10px;

  }
  .menu__item .submenu2 {
    margin-top: 10px;

  }
    .popup-form__form {
        max-width: 298px;
    }
  .popup-form__sender {
   flex-direction: column;
  }

  .menu__subitem {
    padding: 7px 20px 7px 0;
  }
  .popup-form__sender.demo {
    gap: 25px !important;
  }
}


.more-client__area {
    position: relative;
    overflow: hidden;
}

.more-client__item {
    position: relative;
}

.more-client__box {
    position: absolute;
    display: flex;
    gap: 15px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    align-content: center;
    align-items: end;
    padding: 35px;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    font-size: 19px;
}

.more-client__box > div > div {
    font-size: 24px;
    margin-bottom: 21px;
    display: block;
}

.more-client__item:hover .more-client__box,
.more-client__item:focus .more-client__box {
    opacity: 1;
}

.load {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 70px;
  margin: 0 auto 50px !important;
}
.load__button {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 10px;

  border: 1.5px solid #b41818;
  border-radius: 10px;

  width: 100%;
  height: 48px;

  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  color: #b41818;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
.load__button:hover {
  color: #fff;
  background: #b41818;
}
.load__button:hover img {
  filter: brightness(0) invert(1);
}
.load__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #828282;
}
.call-phone a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 10px !important;
}
.call-phone a::before {
  top: 0 !important;
}
.call-phone img {
  width: 24px;
  height: 24px;
}

.program-banner__area ol.breadcrumb {
    padding: 0;
    margin: 15px 0 -7px;
}
.program-banner {
    padding: 0px 0 55px;
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
}

.program-banner__area {
  display: flex;
  flex-direction: column;
}

.program-banner__bread {
  margin-bottom: 40px;
}

.program-banner__title {
  color: rgba(34, 34, 34, 1);
  margin-bottom: 25px;
}



.program-banner__subtitle {
  color: rgba(49, 49, 49, 1);
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 2.8px;
  text-align: left;
  text-transform: uppercase;
}

.program-banner__elem {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(34, 34, 34, 1);
  text-align: left;
  margin-bottom: 17px;
}

.program-banner__button {
  margin-top: 85px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.program-banner__button a, .program-banner__button button {
  text-align: center;
}
.program-banner__button span {
  color: rgba(34, 34, 34, 1);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}
.program-banner__button .red-button {
  width: fit-content;
  padding:  20px;
}


.videoblock {
  padding: 100px 0 0;


}

.container {
}

.videoblock__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.videoblock__info {
  display: flex;
  flex-direction: column;

}

.videoblock__title {
  color: rgba(34, 34, 34, 1);
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 3%;
}

.videoblock__text {
  color: rgba(0, 0, 0, 1);
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 0%;
  text-align: left;
}

.videoblock__video {
  display: flex;
}



.how-helper {
}



.how-helper__title {
  color: rgba(34, 34, 34, 1);
  font-family: Manrope;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 3%;
  text-align: center;
  margin-bottom: 20px;
}



.how-helper__subtitle {
  color: rgba(34, 34, 34, 1);
  margin-bottom: 50px;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.how-helper__area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.how-helper__item {
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 1);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.how-helper__image {
}

.how-helper__info {

  display: flex;
  flex-direction: column;
}

.how-helper__name {
  margin-bottom: 3px;
  color: rgba(51, 51, 51, 1);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

.how-helper__prof {
  margin-bottom: 13px;
  color: rgba(51, 51, 51, 1);
  font-family: Manrope;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}

.how-helper__comment {
  color: rgba(51, 51, 51, 1);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}
.steps__item.three {
  width: 470px;

}
.steps__desc {
  margin-top: 20px;
  color: rgba(34, 34, 34, 1);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}


.demo-service {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.demo-service__top {

  padding: 80px 0;
}

.demo-service__area {
  z-index: 5;
  position: relative;
  display: flex;
 justify-content: space-between;
}

.demo-service__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 500px;
}

.demo-service__title {
  color: rgba(255, 255, 255, 1);

  font-size: 44px;
  font-weight: 700;
  line-height: 53px;
  letter-spacing: 3%;
  text-align: left;
  margin-bottom: 30px;
}

.demo-service__sub {
  color: rgba(255, 255, 255, 1);

  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}

.demo-service__form {
}

.demo-service__line {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}
.demo-service__bottom {
  background: rgba(49, 49, 49, 1);
}
.demo-service__bottom-area {
  padding: 80px 0;
  gap: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.demo-service__bottom-text {
  font-family: Manrope;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: left;
  color: white;

}
.demo-service__bottom-text span {
  color: rgba(255, 204, 0, 1);
}
.demo-service__arrow {
}
.popup-form__sender.demo {
  display: flex;
  gap: 50px;
  flex-wrap: unset;

}
.popup-form__sender-left {

}


.answer-block {
}



.answer-block__title {
  color: rgba(34, 34, 34, 1);
  font-family: Manrope;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 3%;
  text-align: center;
  margin-bottom: 20px;
}

.answer-block__subtitle {
  margin-bottom: 50px;
  color: rgba(34, 34, 34, 1);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.answer-block__area {
  display: flex;
  flex-direction: column;
}

.answer-block__item {
  cursor: pointer;
  border-top: 1px solid rgba(204, 204, 204, 1);

}

.answer-block__ask {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 30px;
}

.answer-block__ask-head {
  color: rgba(49, 49, 49, 1);
  font-family: Manrope;
  font-size: 26px;
  font-weight: 600;
  line-height: 33.8px;
  letter-spacing: -0.26px;
  text-align: left;
}
.answer-block__ask-icon {
  transition: all 0.2s ease-in-out;
}
.active .answer-block__ask-icon {
  opacity: 0.5;
  transform: rotate(180deg);
}
.answer-block__answer {

  overflow: hidden;
  padding: 0 35px;
  max-height: 0;
  transition: all 0.2s ease-in-out;
}
.active .answer-block__answer {
  padding: 40px 35px;
  max-height: 1000px;
}




.what-need {
  background-size: cover;

}


.what-need__area {
  display: flex;
  gap: 20px;

}

.what-need__left {
  width: 100%;
  display: flex;
  flex-direction: column;

}

.what-need__title {
  color: rgba(255, 255, 255, 1);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 2.8px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 40px;

}

.what-need__elem {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 15px;
}
.what-need__elem span {
  color: rgba(255, 255, 255, 1);
  font-family: Manrope;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
}
.what-need__right {
  width: 290px;
  padding-left: 21px;
  border-left: 1px solid rgba(130, 130, 130, 1);
  color: rgba(255, 255, 255, 1);
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: left;
  height: fit-content;
}

.what-need__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.what-need__bottom-text {
  color: rgba(255, 255, 255, 1);
  font-family: Manrope;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: left;
}

.what-need__bottom-button {
  width: 297px;
  height: 58px;
  border-radius: 10px;
  background: rgba(180, 24, 24, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 1);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 25.6px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;

}
body.page-staff.avpk .ppneww-slider.ppnewsc.limit h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #313131;
    text-transform: none;
    max-width: max-content;
    padding-right: 40px;
    background: #fff;
    position: relative;
    z-index: 2;
}
body.page-staff.avpk .do-after__title h2 {
    font-size: 40px;
    font-weight: 600;
}p.h2-title span {
    color: #ffde00;
    text-decoration: underline;
}

body.page-staff.avpk .h2-title {
    font-weight: 600;
    font-size: 44px;
    line-height: 115%;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}
body.page-staff.avpk .do-after__title {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .steps__item {
   height: unset;
  }
  .videoblock__head {

    grid-template-columns:1fr;

  }
  .connect-block__video {
    margin: 0 auto;
  }
  .icons-block {

    grid-template-columns: 1fr;
  }
  .how-helper__area {

    grid-template-columns: 1fr 1fr;

  }
}

@media (max-width: 1000px) {
  .program-banner__subtitle {
    font-size: 20px;
  }
  .program-banner__elem {
    font-size: 18px;
  }
  .videoblock__title {
    font-size: 28px;
  }
  .demo-service__area {
  flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .demo-service__form .popup-form__form {
    max-width: 500px;
  }
  .demo-service__title {

    font-size: 28px;

  }
  .demo-service__info {
    gap: 0;
  }
  .demo-service__bottom-text {

    font-size: 18px;

  }
  .answer-block__title {
   font-size: 28px;
  }
  .answer-block__ask-head {

    font-size: 20px;

  }
  .answer-block__ask {
    gap: 20px;
  }
  .what-need__title {

    font-size: 28px;
    line-height: 35px;
  }
  .how-helper__title {
    font-size: 28px;
    line-height: 35px;
  }
}

@media (max-width: 1050px) {
  .steps__item.three {
    width: calc(100vw - 55px);
  }
}
@media (max-width: 768px) {
  .program-banner__title.title-item span.program-banner__titlesub {
    font-size: 14px;
    display: flex;
    padding: 10px 10px;
    background: #ffe8e8;
    width: 100%;
    align-items: center;
    border-radius: 18px;
    margin-bottom: 30px;
    color: #aa2a1c;
    line-height: 1.3;
}.demo-service__line {

    width: 400%;
  }
  .steps__item.three {


  }
  .how-helper__area {

    grid-template-columns: 1fr;

  }body.k1481 h3.right:after {
    content: "Результат";
    font-size: 40px;
}
body.k1481 h3.right {
    font-size: 0;
}
  .what-need__area {
   flex-direction: column;
    margin-bottom: 20px;
  }
  .what-need__bottom {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 860px) {
  .open-popup-list {
    margin-left: 0 !important;
  }

}

.auto .program-banner__bread {
  margin-bottom: 22px;
}
.auto .program-banner__subtitle {
  margin-bottom: 60px;
}
.auto .program-banner__button {
  margin-top: 0;
  margin-bottom: 73px;
}
.program-banner__tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.program-banner__tabs-item {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 3px;
  background: white;
  color: rgba(0, 0, 0, 1);
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.program-banner__info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 17px;
}

.program-banner__info-name {
  color: rgba(130, 130, 130, 1);
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

.program-banner__info-body {
  color: var(--rich black, rgba(34, 34, 34, 1));
  font-family: Manrope;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;

}

.program-banner.auto {
  padding: 20px 0 40px;
  background-position: center;
}



.serv-info {
  color: white;
  background-size: cover;
  background-position: center;
}

.container {
}

.serv-info__area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding: 40px 0;
}

.serv-info__serv {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.serv-info__name {
  color: rgba(255, 255, 255, 1);
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

.serv-info__body {
  color: rgba(255, 255, 255, 1);
  font-family: Manrope;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: left;
}
.serv-info__body.flex {
  display: flex;
  flex-direction: column;
  gap: 5px;

}
.serv-info__linked {
  color: white;
  text-decoration: underline;
}
.serv-info__linked:hover {
  color: rgba(255, 255, 255, 0.53);
}
.serv-info__body.yellow {
  color: rgba(255, 204, 0, 1);
}

.auto .it-cons__title {
  font-weight: 700;
  margin-bottom: 40px;
}
.it-cons__subtitle {
  margin-bottom: 40px;

  color: rgba(34, 34, 34, 1);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 2.8px;
  text-align: left;
  text-transform: uppercase;
}

.what-start {
  color: rgba(34, 34, 34, 1);

}

.container {
}
.what-start__title {
  margin-bottom: 40px;
  color: rgba(34, 34, 34, 1);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 2.8px;
  text-align: left;
  text-transform: uppercase;
}

.what-start__area {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.what-start__area ol {
  list-style: disc !important;
}
.what-start__area ol li {
  margin: 15px 0 15px 15px;


}
.what-start__item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;

}

.what-start__name {
  color: rgba(130, 130, 130, 1);
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

.what-start__body {
  color: rgba(0, 0, 0, 1);
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 0%;
  text-align: left;
}

.what-start__body .big {
  color: rgba(180, 24, 24, 1);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 2.8px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.what-start__body .mini {
  color: rgba(34, 34, 34, 1);
  font-family: Manrope;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 25px;
}
.what-start__body .item {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 15px;
  margin-bottom: 17px;
}

.what-start__body .count {
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 3%;
  text-align: left;
  margin-bottom: 20px;
}

.what-start__body p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 20px;
}
.tasker {
  color: rgba(34, 34, 34, 1);
}
.what-start__body.title-item {
  color: rgba(180, 24, 24, 1);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 2.8px;
  text-align: left;
  text-transform: uppercase;
}
.tasker p {
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 30px;
  display: block;
}.tasker .what-start__body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 26px;
    display: block;
}

.tasker__title {
  color: rgba(34, 34, 34, 1);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 2.8px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.tasker__area {
}

.tasker__item {
  margin-bottom: 17px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 0%;
  text-align: left;
}


.insite {
  background-position: center;
  background-size: cover;
  color: white;
  background-repeat: no-repeat;
}



.container {
}

.insite__area {
}

.insite__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 87px;
}

.insite__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 2.8px;
  text-align: left;
  text-transform: uppercase;
}

.insite__arrow {

}

.insite__area p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 10px;
}


.do-after {
}
.do-after.mob {
  display: none;
}


.do-after__title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  margin-bottom: 40px;
}
.do-after__title h3 {

  color: rgba(49, 49, 49, 1);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 2.8px;
  text-align: left;
  text-transform: uppercase;
}
.do-after__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding: 20px 0;
  box-sizing: border-box;
  border-top: 1px solid rgba(204, 204, 204, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 0%;
  text-align: left;
}
.do-after__item svg {
  height: 44px;
  width: 44px;
}
.do-after__item rect {
  display: block;
}
.do-after__left {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.do-after__right {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}





.endes {
  color: rgba(34, 34, 34, 1);
}

.what-start__body .count, .what-start__body h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 3%;
    text-align: left;
    margin-bottom: 20px;
}
button.g-recaptcha {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0;
    width: 100%;
    max-width: 316px;
}
.endes__title {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Manrope;
    line-height: 65px;
    letter-spacing: 3%;
    text-align: left;
    margin-bottom: 48px;
}.endes__area { 
    margin-bottom: 140px;
}.cases-article.container {
    margin: 150px auto;
}

.endes__subtitle {
  margin-bottom: 51px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.endes__area {
  display: flex;
  justify-content: center;
  gap: 100px;
}

.endes__item {
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.endes__counter {

  color: rgba(34, 34, 34, 1);
  font-size: 84px;
  font-weight: 700;
  line-height: 101px;
  letter-spacing: 0%;
  text-align: left;
  padding-bottom: 20px;

}
.endes__sub::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background: rgba(180, 24, 24, 1);
}
.endes__sub {
  padding-top: 20px;
  position: relative;
  color:  rgba(180, 24, 24, 1);
  font-family: Manrope;
  font-size: 26px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 3%;
  text-align: left;
}

.techno-league {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 269px 1fr;
  gap: 30px;
  padding: 27px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 1);
}

.techno-league__img {

}

.techno-league__info {
  display: flex;
  flex-direction: column;
  font-family: Manrope;
}

.techno-league__title {
  color: rgba(49, 49, 49, 1);
  font-size: 30px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 3%;
  text-align: left;
  margin-bottom: 10px;
}

.techno-league__subtitle {
  margin-bottom: 20px;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

.techno-league__text {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 0%;
  text-align: left;
}
.backere img {
    height: 100%;
}
.backere {
    position: absolute;
    top: 0;
    right: auto;
    z-index: 0;
    height: 100%;
    left: 050%;
}
body.frash-page .frash-body-title ol.breadcrumb {
    padding: 0;
    margin: 0;
    width: 35%;
}

.keyses {
}

.new-cat-program-top-form {
  position: relative;
  z-index: 2;
}

.keyses__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.keyses__text {
  color: rgba(34, 34, 34, 1);
  max-width: 287px;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

.keyses__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.keyses__prev {

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 324px;
}



.keyses__next {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 324px;
}
.do-after.mob {
  display: none;
}
@media (max-width: 768px) {
  .program-banner__subtitle {
    line-height: 33px;
  }
  .program-banner__info-name {
    font-size: 15px;
  }
body.frash-page .frash-body-title ol.breadcrumb {
    padding: 0;
    margin: 0;
    width: 100%;
}.frash-body-title {
    display: flex;
    margin: 67px 0 0;
    justify-content: flex-start;
    flex-direction: column;
}
  .serv-info__area {

    grid-template-columns: 1fr;
    gap: 30px;

  }

  .what-start__item {

    grid-template-columns: 1fr;
    gap: 40px;
  }

  .what-start__body .big {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .tasker__item {
    align-items: flex-start;
  }
  .tasker p {
    font-size: 24px;
  }
  .tasker, .what-start {
    padding:  40px 0 ;
  }
  .what-start__body img {
    width: 100%;
  }

  .what-start__body .item {
    align-items: flex-start;
  }
  .insite__area p {
    font-size: 24px;
  }


  .do-after__item {
    grid-template-columns: 1fr;
  }

  .do-after.mob {
    display: flex;
  }
  .do-after.mob .do-after__right {
    display: flex;
  }
  .do-after.mob .do-after__title .right {
    display: block;
  }
  .do-after.mob .do-after__title .left, .do-after.mob .do-after__left, .do-after__right, .do-after__title .right  {
    display: none;
  }
  .do-after {
    padding: 40px 0;
  }
  .endes__area {
    display: grid;

    gap: 30px;
  }
  .endes__item {
    max-width: 300px;
  }
  .techno-league {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 27px;
  }
  .backere {
    display: none;
  }
  .keyses__area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .keyses__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .keyses__next {
    width: unset;
    height: 59px;
  }
  .keyses__prev {
    height: 59px;
    width: unset;
  }
}
.auto span.auto {
  display: none;
}
@media (max-width: 1200px) {
  .endes__item {
    width: 360px;
    margin: 0 auto;
  }
  .endes__area {
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    justify-content: center;
  }
  .keyses__area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .what-start__item {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
.it-cons__area.nkn {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: start;
}.prmnk-item {
    background: #f6f6f6;
    border-radius: 10px;
    width: 48%;
    margin-bottom: 20px;
    padding: 20px;
}
}@media (max-width: 568px) { 
    .prmnk-item {
    background: #f6f6f6;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
}}
/*# sourceMappingURL=style.css.map */
@media (max-width: 991px) {
    /* Скрываем подменю по умолчанию на мобильных */
    .submenu, .submenu2 {
        display: none;
    }

    /* Класс, который будет добавляться скриптом при клике */
    .menu__item.is-open > .submenu,
    .menu__subitem.is-open > .submenu2 {
        display: block;
    }

    /* Опционально: поворот треугольника при открытии */
    .is-open > .menu__name .menu__triangle {
        transform: rotate(180deg);
    }.menu__subitem:first-of-type {
    padding: 20px 20px 10px 0px;
}.menu__subitem:last-of-type {
    padding: 10px 20px 20px 0px;
}.submenu {
    margin: 0 0 0 15px;
}.submenu2 {
    margin: 0 0 0 15px;
}
} @media (min-width: 991px) {   
    .it-cons__images img {
    max-width: 280px;
}body.page-staff.avpk.sp1s .program-banner__title {
    font-size: 43px;
}body.page-staff.avpk.sp1s .program-banner__subtitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}.program-banner__area-sp1s ul li {
    list-style: disc;
    margin: 0 0 5px 25px;
    font-size: 16px;
    font-weight: bold;
}.page-staff .program-banner__button {
    margin-top: 35px;
    display: flex;
    align-items: center;
    gap: 30px;
}section.have-quest.skp_q .have-quest__area {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}.faq-question {
    color: #1a1a1a;
    padding: 15px 40px 15px 0;
    cursor: pointer;
    position: relative;
    list-style: none;
    transition: color 0.2s ease;
    color: rgba(49, 49, 49, 1);
    font-family: Manrope;
    font-size: 20px;
    font-weight: 600;
    line-height: 23.8px;
    letter-spacing: -0.26px;
    text-align: left;
}.have-quest__number a {
    font-size: 24px;
    font-weight: 700;
    color: white;
}.faq-title {
    line-height: 114%;
}.page-staff .have-quest__info .title-item {
    font-size: 28px;
    font-weight: 700;
    line-height: 110%;
}section.have-quest.skp_q .have-quest__subtitle p {
    font-size: 16px;
    line-height: 130%;
    padding-bottom: 10px;
}section.have-quest.skp_q .have-quest__subtitle ul li {
    font-size: 16px;
    line-height: 130%;
    padding-bottom: 10px;
}} @media (max-width: 691px) {   
    .container {
    padding: 0 10px;
}body.page-staff.avpk .what-start__body .count {
    font-size: 20px;
    margin: 0 0 21px;
    line-height: 126%;
}.table-spkavto thead tr th {
    font-weight: bold;
    text-align: left;
    padding: 9px;
    font-size: 10px;
    background: #c5c5c5;
    color: #000;
    vertical-align: middle;
    line-height: 120%;
}.table-spkavto  table td {
        padding: 10px 5px;
        vertical-align: middle;
        font-size: 10px;
        line-height: 120%;
    }body.page-staff.avpk .ppneww-slider.ppnewsc .ppnewp-slider-cases{
        margin-top: 45px;
        margin-left: 0;
    }body.page-staff.avpk  .do-after__title .right {
        display: block;
    }body.page-staff.avpk .do-after__title h3 i {
    font-size: 18px;
    display: block;
    text-transform: none;
    letter-spacing: 0;
    margin: 13px 0 -5px;
    line-height: 134%;
}
}

@media screen and (max-width: 360px) {
   .header__tablet-rd_mail {
        display:none;
    }
}.sp_vo_video-text-block{
    padding:110px 20px;
    background:#fff;
}
.sp_vo_container{
        width: 100%;
    max-width: 1210px;
    padding: 0 20px;
    margin: 0 auto;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:60px;
}
.sp_vo_video-wrapper{
    flex:0 0 420px;
}
.sp_vo_video-box{
    position:relative;
    cursor:pointer;
}section.steps.skp_s.block .steps__text a {
    display: block;
    color: #aa2a1c;
}
.sp_vo_vertical-video{
    width:100%;
    aspect-ratio:9/16;
    object-fit:cover;
    border-radius:28px;
    display:block;
    background:#000;
    box-shadow:0 20px 50px rgba(0,0,0,0.12);
}
.sp_vo_play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 91px;
    height: 90px;
    border: none;
    border-radius: 50%;
    background: rgb(170 42 28);
    color: #fff;
    font-size: 34px;
    cursor: pointer;
    transition: 0.25s ease;
    backdrop-filter: blur(6px);
}
.sp_vo_play-btn:hover{
    transform:translate(-50%, -50%) scale(1.08);
    background:#00a0a0;
}
.sp_vo_content-wrapper{
    flex:1;
}
.sp_vo_subtitle{
    display:inline-block;
    margin-bottom:16px;
    color:#00a0a0;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}
.sp_vo_content-wrapper h2{
    margin:0 0 24px;
    font-size:48px;
    line-height:1.1;
    color:#1d1d1d;
}
.sp_vo_content-wrapper p {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
}.sp_vo_content-wrapper ul li{
    position:relative;

    padding-left:28px;
    margin-bottom:16px;

    font-size:17px;
    color:#333;
}

.sp_vo_content-wrapper ul li::before{
    content:"";

    position:absolute;
    left:0;
    top:8px;

    width:10px;
    height:10px;

    border-radius:50%;
    background:#e85a2b;
}
@media (max-width:768px){
    .sp_vo_container{
        flex-direction:column;
        gap:40px;
    }
    .sp_vo_video-wrapper{
        width:100%;
        flex:none;
    }
    .sp_vo_content-wrapper h2{
        font-size:32px;
    }
}
.steps__item:nth-child(1)::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: url(/assets/img/skpic1.webp);
    position: absolute;
    bottom: -23px;
    right: 45px;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: rgb(180, 24, 24);
    line-height: 0;
}.steps__item:nth-child(3)::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: url(/assets/img/skpic2.webp);
    position: absolute;
    bottom: -23px;
    right: 45px;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: rgb(180, 24, 24);
    line-height: 0;
}.steps__item:nth-child(4)::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: url(/assets/img/skpic3.webp);
    position: absolute;
    bottom: -23px;
    right: 45px;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: rgb(180, 24, 24);
    line-height: 0;
}section.have-quest.skp_q ul li:before {
    content: "x";
    color: #fff;
    margin: 0 10px 0 0;
}section.have-quest.skp_q .have-quest__subtitle ul {
    margin: 8px 0 7px 12px;
}
section.have-quest.skp_q .have-quest__subtitle ul li {
    font-size: 20px;
    line-height: 130%;
    padding-bottom: 10px;
}.menu__subitem.skpii:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    background: url(/assets/img/mig.png);
    height: 20px;
    width: 20px;
    background-size: cover;
}.menu__subitem.skpii a {
    margin: 0 0 0 21px;
}
section.have-quest.skp_q .have-quest__subtitle p {
    font-size: 20px;
    line-height: 130%;
    padding-bottom: 10px;
}section.have-quest.skp_q .have-quest__area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
} @media (max-width: 960px) {   
    section.have-quest.skp_q .have-quest__area {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}.menu__subitem.skpii:before {
    content: "";
    position: absolute;
    top: 16px;
    left: -3px;
    background: url(/assets/img/mig.png);
    height: 20px;
    width: 20px;
    background-size: cover;
}.faq-title {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    color: #222;
    margin-bottom: 15px;
    line-height: 107%;
}.have-quest__number a {
    font-size: 20px;
    font-weight: 700;
    color: white;
}.faq-question {
    color: #1a1a1a;
    padding: 15px 40px 20px 0;
    cursor: pointer;
    position: relative;
    list-style: none;
    transition: color 0.2s ease;
    color: rgba(49, 49, 49, 1);
    font-family: Manrope;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.8px;
    letter-spacing: -0.26px;
    text-align: left;
}
.sp_vo_video-text-block {
    padding: 50px 0;
    background: #fff;
}body.page-staff.avpk.sp1s .program-banner__title {
    color: rgba(34, 34, 34, 1);
    margin-bottom: 18px;
    font-size: 38px;
}
}.program-banner.bnspk_bg {
    padding: 35px 0 115px;
    background-size: cover;
    background-repeat: no-repeat;
}div#slick-slide01 ul {
    margin: 22px 0 22px;
}
div#slick-slide01 ul li {
    font-size: 18px;
    line-height: 140%;
    list-style: disc;
    margin: 0 0 0 25px;
}

.program-banner.bnspk_bg {background-image: url(/assets/img/zdnn1903.png)}
@media (max-width:768px){.program-banner.bnspk_bg {background-image: url(/assets/img/zdnn768.png)}}
@media (max-width:430px){.program-banner.bnspk_bg {background-image: url(/assets/img/zdnn430.png)}}
.page-staff .program-banner__subtitle ul.sublist-box li {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    list-style:none;
    margin: 0 0 0;
    padding: 0 0 20px 45px;
}ul.sublist-box { 
    list-style:none;
    margin-top: 10px;
}
ul.sublist-box li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg%20width=%2244%22%20height=%2244%22%20viewBox=%220%200%2044%2044%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Crect%20width=%2244%22%20height=%2244%22%20rx=%2210%22%20fill=%22%23b41818%22%3E%3C/rect%3E%3Cpath%20d=%22M14%2021.3902L20%2029L30%2016%22%20stroke=%22%23fff%22%20stroke-width=%222%22%3E%3C/path%3E%3C/svg%3E");
     background-repeat: no-repeat;
    background-size: contain;
}.program-banner.mrk-1c .program-banner__subtitle {
    margin-bottom: 0;
}a.button-border:hover {
    background: #aa2a1c;
    color: #fff;
}
a.button-border {
    border: 1px solid #aa2a1c;
    color: #aa2a1c;
    font-weight: 500;
    padding: 15px 15px;
}.accent {color: #aa2a1c;}
h2.title-item span.accent {
    color: #aa2a1c;
    display: inline;
    font-size: inherit;
    margin-bottom: 0px;
}section#why {
    background: #f6f6f6;
    padding: 100px 0;
    margin-bottom: 100px;
}h2.title-item.mrk-titlee {
    margin-bottom: 20px;  
}.risk-red {
    background: #aa2a1c;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}.grid.g3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 40px;
}section#why .icon img {
    height: 35px;
}section#why h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    margin: 10px 0;
}section#why .card {
    border: 1px solid #a13420;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}.pc-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}.pc-prob {
    background: #fff;
    border: 1px solid #a13420;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 600;
}.pc-arrow {
    color: #a13420;
    font-size: 24px;
    font-weight: 900;
}.pc-cons {
    background: #a13420;
    color: #fff;
    border-radius: 14px;
    padding: 16px 20px;
    font-weight: 700;
}section#problems { 
    margin-bottom:100px;
}body.page-staff.avpk.mrk-page .it-cons__title.title-item {
    margin-bottom: 56px;
    text-transform: none; 
}.mrk-page .prmnk-item img {
    width: 65px;
}.mrk-gray .it-cons__title.title-item p {
    display: block;
    font-size: 18px;
    font-weight: normal;
}body.page-staff.avpk.mrk-page .prmnk-item {
    background: #fcfcfc;
}section.prmnk-block.mrk-gray {
    padding: 100px 0;
    background: #f6f6f6;
}.mrk-tab{
    padding:90px 0;
}

.mrk-tab__container{
    max-width:1200px;
    margin:0 auto;
    padding:0 15px;
}

.mrk-tab__title{
    font-size:54px;
    font-weight:700;
    text-align:center;
    margin:0 0 20px;
    color:#18213b;
}

.mrk-tab__subtitle{
    text-align:center;
    font-size:30px;
    color:#4d5568;
    margin-bottom:40px;
}

.mrk-tab__nav {
    display: flex;
    gap: 16px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

.mrk-tab__btn{
    cursor:pointer;
    border:1px solid #e6e6e6;
    background:#fff;
    color:#4b5563;
    border-radius:10px;
    padding:16px 34px;
    font-size:22px;
    font-weight:600;
    transition:.25s;
}
.mrk-p .it-cons__title.title-item p {
    font-size: 18px;
    font-weight: normal;
}
.mrk-tab__btn:hover{
    border-color:#ef4a23;
}

.mrk-tab__btn.active {
    color: #fff;
    border-color: #aa2a1c;
    background: #aa2a1c;
}

.mrk-tab__content{
    display:none;
}

.mrk-tab__content.active{
    display:block;
}

.mrk-tab__grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.mrk-tab__item{
    position:relative;
    background:#f6f6f6; 
    border-radius:10px;
    padding:24px 28px 24px 46px;
    min-height:88px;
    display:flex;
    align-items:flex-start;
    font-size:18px;
    line-height:1.45;
    font-weight:600;
    color:#1b1f35;
}

.mrk-tab__item::before{
    content:"";
    position:absolute;
    left:22px;
    top:31px;
    width:8px;
    height:8px;
    background:#ef3d20;
    clip-path:polygon(0 0,100% 50%,0 100%);
}

@media(max-width:991px){

    .mrk-tab{
        padding:70px 0;
    }

    .mrk-tab__title{
        font-size:42px;
    }

    .mrk-tab__subtitle{
        font-size:22px;
    }

    .mrk-tab__grid{
        grid-template-columns:1fr;
    }

    .mrk-tab__item{
        font-size:21px;
    }

}

@media(max-width:767px){

    .mrk-tab__title{
        font-size:34px;
    }

    .mrk-tab__subtitle{
        font-size:18px;
        margin-bottom:30px;
    }

    .mrk-tab__nav{
        gap:12px;
    }

    .mrk-tab__btn{
        width:100%;
        font-size:18px;
        padding:14px 20px;
    }

    .mrk-tab__item{
        padding:20px 20px 20px 40px;
        font-size:17px;
        border-radius:14px;
        min-height:auto;
    }

    .mrk-tab__item::before{
        left:18px;
        top:27px;
    }

}

body.page-staff.avpk.mrk-page .pp-new-title h2 {
    max-width: 585px;
    font-weight: 600;
    font-size: 40px;
    line-height: 115%;
    letter-spacing: 0;
    text-transform: none;
    color: #313131;
    margin-left: 0;
    margin-bottom: 40px;
}

body.page-staff.avpk.mrk-page .ppnews-slider.slick-initialized.slick-slider, body.page-staff.avpk.mrk-page .ppnewp-slider.slick-initialized.slick-slider, body.page-staff.avpk.mrk-page .ppnewp-slider-cases {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}body.page-staff.avpk.mrk-page .slpp-cases-wrap {
    width: 276px;
    height: 100%;
}body.page-staff.avpk.mrk-page .pp-new-title.pp-new-service-t.limit {
    margin-top: 50px;
} 
body.page-staff.avpk.mrk-page .limit {
    max-width: 1170px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}body.page-staff.avpk.mrk-page .ppneww-slider.ppnewsc.limit {
    padding-bottom: 100px;
}body.page-staff.avpk.mrk-page .it-cons__title.title-item.mrk-t p {
    font-size: 18px;
    font-weight: normal;
}
body.page-staff.avpk.mrk-page .it-cons__title.title-item.mrk-t {
    margin: 0 0 20px;
}.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}.why-grid .card h3 {
    font-size: 20px;
    font-weight: bold;
    min-height: 70px;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin-bottom: 20px;
}.why-grid {
    margin-bottom: 100px;
}section#whyus {
    background: #f6f6f6;
    padding: 100px 0 30px;
}section#whyus .card {
    background: #fff;
    padding: 25px 35px 35px;
    border-radius: 10px;
}section#whyus {
    margin-bottom: 100px;
}.steps {
    display: grid;
    gap: 18px;
    counter-reset: step;
}
.step.free {
    border: 2px solid #aa2a1c;
    background: #FFF6F4;
}.step .num {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #aa2a1c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 18px;
    flex: none;
}.step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #aa2a1c;
    border-radius: 10px;
    padding: 22px 26px; 
}.step h3 {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    padding-bottom: 5px;
}section#steps {
    margin-bottom: 100px;
}

@media(max-width:1200px){
    body.page-staff.avpk.mrk-page .prmnk-item { 
    width: 48%; 
}    .mrk-tab__item {
        font-size: 18px;
    }.why-grid { 
    grid-template-columns: repeat(2, 1fr); 
}
}
@media(max-width:760px){
.program-banner.mrk-1c p {
    font-size: 14px;
    line-height: 127%;
    font-weight: normal;
}.mrk-page ol.breadcrumb {
    flex-wrap: wrap;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    display: flex;
    justify-content: flex-start;
    margin: 5px auto 0px;
}.mrk-page .program-banner__bread {
    margin-bottom: 20px;
}.mrk-page .limit {
        padding: 0;
}.grid.g3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr); 
}.pc-row {
    display: block; 
}.pc-row {
    margin-bottom: 50px;
}.pc-arrow {
    color: #a13420;
    font-size: 24px;
    font-weight: 900;
    transform: rotate(90deg);
    display: block;
    height: 27px;
    text-align: center;
    width: 100%;
}body.page-staff.avpk.mrk-page .prmnk-item {
        width: 100%;
    }.mrk-tab__item {
        font-size: 14px;
    }.mrk-gray .it-cons__title.title-item p, .mrk-p .it-cons__title.title-item p, body.page-staff.avpk.mrk-page .it-cons__title.title-item.mrk-t p, body.page-staff.avpk.mrk-page .it-cons__title.title-item.mrk-t p {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 10px;
}.why-grid {
        grid-template-columns: repeat(1, 1fr);
    }body.page-staff.avpk.mrk-page .pp-new-title.pp-new-service-t.limit {
    margin-top: 49px;
    padding: 10px;
    margin-bottom: -50px;
}body.page-staff.avpk.mrk-page .ppneww-slider.ppnewsc.limit {
    padding: 0 10px 100px;
}.steps p {
    text-align: left;
}body.page-staff.avpk.mrk-page .have-quest__info .title-item {
    font-size: 22px;
    font-weight: 700;
    line-height: 110%;
}body.page-staff.avpk.mrk-page .program-banner__button .red-button {
    width: fit-content;
    padding: 20px;
    font-size: 12px;
}}body.page-staff.avpk.mrk-page span.sl-popular-cases-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #313131;
    display: block;
    padding: 18px 30px 20px;
    height: 135px;
    overflow: hidden;
    display: block;
}

/* Контейнер */
.for-bux-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px; 
  color: #2b2b2b; 
}

/* Карточка */
.for-bux-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 8px;
  padding: 32px 24px;
  box-sizing: border-box;
}section#for-why {
    margin: 100px auto;
}

.for-bux-card--highlighted {
  border-color: #a72820;
  box-shadow: 0 4px 20px rgba(167, 40, 32, 0.08);
}

/* Шапка карточки */
.for-bux-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}

.for-bux-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

/* Бейджи */
.for-bux-badge {
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.for-bux-badge--light {
  background-color: #fbeae9;
  color: #a72820;
}

.for-bux-badge--solid {
  background-color: #a72820;
  color: #fff;
}

/* Секции внутри карточки */
.for-bux-section {
  margin-bottom: 28px;
}

.for-bux-subtitle {
  margin: 0 0 16px 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #848c98;
  font-weight: 600;
}

/* Списки */
.for-bux-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 1.5;
}

.for-bux-list li {
  margin-bottom: 12px;
}
.for-bux-list li:last-child {
  margin-bottom: 0;
}

/* Список с галочками */
.for-bux-list--check li {
  position: relative;
  padding-left: 24px;
}

.for-bux-list--check li::before {
  content: '\2713'; /* Unicode галочка */
  position: absolute;
  left: 0;
  top: 0;
  color: #a72820;
  font-weight: bold;
}

/* Список с точками */
.for-bux-list--bullet {
  padding-left: 18px;
  list-style-type: disc;
}

.for-bux-list--bullet ::marker {
  color: #a72820;
}

/* Кнопки */
.for-bux-btn {
  display: block;
  margin-top: auto;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.for-bux-btn--outline {
  background-color: transparent;
  color: #2b2b2b;
  border: 1px solid #e2e4e8;
}

.for-bux-btn--outline:hover {
  border-color: #2b2b2b;
}

.for-bux-btn--solid {
  background-color: #a72820;
  color: #fff;
  border: 1px solid #a72820;
}

.for-bux-btn--solid:hover {
  background-color: #8c2018;
}
 /* Главный контейнер */
.key-pref-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 40px 0;
    box-sizing: border-box;
}

/* Адаптивность для мобильных устройств (планшеты и телефоны) */
@media (max-width: 768px) {
  .key-pref-wrapper {
    grid-template-columns: 1fr; /* Перестраиваем в одну колонку */
    gap: 32px;
    padding: 20px;
  }
}

/* Контейнер отдельного преимущества */
.key-pref-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

/* Стили иконки */
.key-pref-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  color: #a72820; /* Темно-красный цвет из макета */
}

/* Растягиваем SVG на весь контейнер иконки */
.key-pref-icon svg {
  width: 100%;
  height: 100%;
}

/* Контейнер для текста */
.key-pref-content {
  display: flex;
  flex-direction: column;
  gap: 8px; /* Расстояние между заголовком и текстом */
}

/* Заголовок */
.key-pref-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #2b2b2b; /* Темно-серый/почти черный цвет */
}

/* Текст описания */
.key-pref-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #848c98; /* Серый цвет для читаемости */
}section#key-pref {
    background: #f6f6f6;
    padding: 100px 0;
    margin-bottom: 100px;
}/* Основной контейнер */
.fbux-price-wrapper { 
  color: #2b2b2b; 
  margin: 0 auto;
  box-sizing: border-box;
}section.fbux-price {
    margin-bottom: 100px;
}

/* Обертка для мобильного скролла */
.fbux-price-table-container {
  overflow-x: auto;
  border: 1px solid #e2e4e8;
  border-radius: 8px;
  background-color: #fff;
}

/* Стили таблицы */
.fbux-price-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 15px;
  min-width: 600px; /* Чтобы не сжималась слишком сильно на мобилках */
}

/* Ячейки заголовка и тела */
.fbux-price-table th,
.fbux-price-table td {
  padding: 20px 24px;
  border-bottom: 1px solid #e2e4e8;
}

.fbux-price-table tbody tr:last-child td {
  border-bottom: none;background-color: #f8f9fa; 
}

/* Шапка таблицы */
.fbux-price-table thead th {
  background-color: #f8f9fa; /* Светло-серый фон как на макете */
  font-weight: 600;
  vertical-align: top;
  border-bottom: 1px solid #e2e4e8;
  width: 33.33%; /* Равные колонки */
}

/* Подпись в шапке */
.fbux-price-sub {
  display: block;
  font-size: 13px;
  color: #848c98;
  font-weight: 400;
  margin-top: 6px;
}

/* Галочки */
.fbux-price-check {
  color: #b32a22; /* Темно-красный цвет */
  font-weight: bold;
  font-size: 18px;
}

/* Разделительная линия */
.fbux-price-divider {
  border: none;
  border-top: 1px solid #e2e4e8;
  margin: 50px 0 40px 0;
}

/* Блок под таблицей (CTA) */
.fbux-price-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.fbux-price-cta-title {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 24px 0;
  color: #2b2b2b;
}

/* Кнопка */
.fbux-price-btn {
  display: inline-block;
  background-color: #b32a22; /* Темно-красный цвет */
  color: #fff;
  padding: 16px 32px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.2s ease;
  margin-bottom: 16px;
}

.fbux-price-btn:hover {
  background-color: #8c2018; /* Затемнение при наведении */
}

/* Мелкий текст под кнопкой */
.fbux-price-cta-hint {
  font-size: 13px;
  color: #848c98;
  margin: 0;
}.dark-block { 
    padding: 100px 20px 100px;
}.faq-section {
    width: 100%;
    max-width: 1210px;
    padding: 0 20px;
    margin: 0 auto;
}.faq-title {
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    color: #222;
    margin-bottom: 15px;
}.faq-subtitle {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 50px;
}.faq-item:first-of-type {
    border-top: 1px solid #d5d9e0;
}
.faq-item {
    border-bottom: 1px solid #d5d9e0;
}.faq-question {
    color: #1a1a1a;
    padding: 25px 40px 25px 0;
    cursor: pointer;
    position: relative;
    list-style: none;
    transition: color 0.2s ease;
    color: rgba(49, 49, 49, 1);
    font-family: Manrope;
    font-size: 26px;
    font-weight: 600;
    line-height: 33.8px;
    letter-spacing: -0.26px;
    text-align: left;
}.faq-answer {
    padding-bottom: 25px;
    line-height: 1.6;
    font-size: 16px;
    color: #444;
    animation: fadeIn 0.3s ease-in-out;
}section.faq-section.container {
    margin-bottom: 100px;
}/* Главный контейнер */
.what-get-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px; 
  padding: 50px 0px; 
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Элемент колонки */
.what-get-item {
  display: flex;
  flex-direction: column;
  gap: 12px; /* Отступ между цифрой и текстом */
}

/* Стили для крупных показателей */
.what-get-value {
  font-size: 42px;
  font-weight: 700;
  color: #b32a22; /* Наш фирменный темно-красный */
  line-height: 1.1;
  letter-spacing: -0.5px;
}
 
.what-get-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #79828e; 
}@media (max-width: 992px) {
  .what-get-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 24px;
    gap: 24px;
  }.faq-question {
    font-size: 14px;
    line-height: 1.4;
}.faq-answer {
    padding-bottom: 25px;
    line-height: 1.6;
    font-size: 13px;
    color: #444;
    animation: fadeIn 0.3s ease-in-out;
}
}

/* Для мобильных телефонов (перестраиваем в 1 колонку) */
@media (max-width: 576px) {
  .what-get-wrapper {
    grid-template-columns: 1fr;
    padding: 32px 0px;
  }
  
.what-get-item {
        align-items: baseline;
        text-align: left;
    }
}.have-quest__subtitle.bxaut p {
    padding-bottom: 14px;
    font-weight: bold;
}
.have-quest__subtitle.bxaut li {
    list-style: disc;
    margin: 0 0 10px 23px;
}.for-bux-title { 
    line-height: 1.2;
}




.ban-one {
        font-weight: bold;
        font-size: 26px;
        color: #222222;
        margin-bottom: 5px;
    }

 .ban-two {
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    margin-bottom: 10px;
    line-height: 1.4;
    max-width: 440px;
    display: block;
    margin-bottom: 30px;
}

    .ban-three {
        color: #B41818;
        font-weight: 400;
        font-size: 29px;
        margin-bottom: 5px;
    }

.ban-four {
    font-weight: bold;
    font-size: 48px;
    white-space: normal;
    color: #B41818;
    line-height: 1.3;
    margin-bottom: 35px;
}.main-banner__title.title-big ul li {
    font-size: 18px;
    list-style: disc;
    margin: 0 0 12px 24px;
    padding: 0 0 0 1px;
    line-height: 1.3;
}.main-banner__title.title-big {
    max-width: 633px;
}


    @media screen and (max-width: 760px) {
        .ban-one {
            font-weight: bold;
            font-size: 25px;
            color: #222222;
        }

        .ban-two {
            font-weight: 400;
            font-size: 22px;
            color: #222222;
        }

        .ban-three {
            color: #B41818;
            font-weight: 400;
            font-size: 25px;
        }

        .ban-four {
            font-weight: bold;
            font-size: 40px;
            color: #B41818;
        }
    }@media screen and (min-width: 760px) and (max-width: 899px) {
    .main-banner div#slick-slide04 img {
        width: 100%;
    }
}

    @media screen and (max-width: 520px) {
        .ban-one {
            font-weight: bold;
            font-size: 24px;
            color: #222222;
        }

        .ban-two {
            font-weight: 400;
            font-size: 22px;
            color: #222222;
        }

        .ban-three {
            color: #B41818;
            font-weight: 400;
            font-size: 24px;
        }

        .ban-four {
            font-weight: bold;
            font-size: 32px;
            color: #B41818;
        }
.logo-brend {
width: 92px !important;
height: auto;
}

    }
.epd-section { 
        margin: 100px auto;
    padding: 24px 16px; 
    color: #1e242c;
    box-sizing: border-box;
  }

  .epd-section *,
  .epd-section *::before,
  .epd-section *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  /* Header */
  .epd-badge {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #b33226;
    margin-bottom: 12px;
  }

  .epd-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    color: #1e242c;
    letter-spacing: -0.02em;
    max-width: 800px;
  }

  .epd-divider {
    width: 44px;
    height: 4px;
    background-color: #b33226;
    margin: 24px 0 20px;
    border-radius: 2px;
  }

  .epd-lead {
    font-size: clamp(16px, 1.8vw, 19px);
    line-height: 1.45;
    color: #606873;
    max-width: 820px;
    margin-bottom: 48px;
  }

  /* Documents List */
  .epd-docs-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e242c;
    margin-bottom: 24px;
  }

  .epd-docs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 40px;
    margin-bottom: 60px;
  }

  .epd-doc-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    line-height: 1.4;
    color: #1e242c;
  }

  .epd-doc-icon {
    flex-shrink: 0;
    width: 18px;
    height: 20px;
    margin-top: 2px;
    color: #b33226;
  }

  /* Timeline */
  .epd-timeline-wrapper {
    position: relative;
    margin-top: 20px;
  }

  .epd-timeline-line {
    position: absolute;
    top: 10px;
    left: 10px;
    right: calc(33.333% + 10px);
    height: 2px;
    background-color: #d9dfe5;
    z-index: 1;
  }

  .epd-timeline-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    position: relative;
    z-index: 2;
  }

  .epd-timeline-step {
    display: flex;
    flex-direction: column;
  }

  .epd-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #c4cdd5;
    margin-bottom: 20px;
  }

  .epd-dot--active {
    background-color: #b33226;
  }

  .epd-step-title {
    font-size: 17px;
    font-weight: 700;
    color: #1e242c;
    margin-bottom: 8px;
  }

  .epd-step-desc {
    font-size: 14px;
    line-height: 1.45;
    color: #606873;
  }

  /* Mobile Responsive */
  @media (max-width: 768px) {
    .epd-docs-grid {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .epd-timeline-line {
      top: 10px;
      bottom: 10px;
      left: 9px;
      width: 2px;
      height: auto;
      right: auto;
    }

    .epd-timeline-grid {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .epd-timeline-step {
      display: grid;
      grid-template-columns: 20px 1fr;
      grid-template-rows: auto auto;
      column-gap: 16px;
    }

    .epd-dot {
      grid-row: 1 / 3;
      margin-bottom: 0;
    }

    .epd-step-title {
      grid-column: 2;
      margin-bottom: 4px;
    }

    .epd-step-desc {
      grid-column: 2;
    }
  }.epds-section { 
    margin: 100px auto;
    padding: 24px 16px; 
    color: #1e242c;
    box-sizing: border-box;
  }

  .epds-section *,
  .epds-section *::before,
  .epds-section *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  /* Header */
  .epds-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #606873;
    margin-bottom: 12px;
  }

  .epds-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    color: #1e242c;
    letter-spacing: -0.02em;
    max-width: 800px;
  }

  .epds-divider {
    width: 44px;
    height: 4px;
    background-color: #b33226;
    margin: 24px 0 20px;
    border-radius: 2px;
  }

  .epds-lead {
    font-size: clamp(16px, 1.8vw, 19px);
    line-height: 1.45;
    color: #606873;
    max-width: 820px;
    margin-bottom: 40px;
  }

  /* Tabs Navigation */
  .epds-tabs-nav-wrapper {
    position: relative;
    border-bottom: 1px solid #e5e9ed;
    margin-bottom: 36px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .epds-tabs-nav-wrapper::-webkit-scrollbar {
    display: none;
  }

  .epds-tabs-nav {
    display: flex;
    gap: 12px;
    min-width: max-content;
  }

  .epds-tab-btn {
    background: transparent;
    border: none;
    padding: 12px 20px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    color: #606873;
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease;
    white-space: nowrap;
  }

  .epds-tab-btn:hover {
    color: #1e242c;
  }

  .epds-tab-btn.is-active {
    color: #1e242c;
    font-weight: 700;
  }

  .epds-tab-btn.is-active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #b33226;
  }

  /* Tab Content */
  .epds-tab-pane {
    display: none;
  }

  .epds-tab-pane.is-active {
    display: block;
    animation: epdsFadeIn 0.25s ease-in-out;
  }

  @keyframes epdsFadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .epds-role-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
  }

  .epds-role-icon {
    width: 24px;
    height: 24px;
    color: #b33226;
    flex-shrink: 0;
  }

  .epds-role-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e242c;
  }

  /* Checklist */
  .epds-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .epds-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.45;
    color: #1e242c;
  }

  .epds-check-icon {
    width: 18px;
    height: 18px;
    color: #b33226;
    flex-shrink: 0;
    margin-top: 3px;
  }

  /* Callout Notice */
  .epds-callout {
    margin-top: 32px;
    background-color: #f1f4f8;
    border-radius: 8px;
    padding: 18px 24px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 15px;
    line-height: 1.5;
    color: #1e242c;
    max-width: 820px;
  }

  .epds-callout-icon {
    width: 20px;
    height: 20px;
    color: #b33226;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .epds-callout-text strong {
    font-weight: 700;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .epds-tab-btn {
      padding: 10px 14px;
      font-size: 15px;
    }
    
    .epds-callout {
      padding: 16px;
    }
  }.epds-additional-section {
    padding: 100px 16px; 
    color: #1e242c;
    box-sizing: border-box;
    border-top: 1px solid #e5e9ed;
  }

  .epds-additional-section *,
  .epds-additional-section *::before,
  .epds-additional-section *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .epds-additional-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e242c;
    margin-bottom: 40px;
  }

  .epds-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 32px;
  }

  .epds-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }

  .epds-feature-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    color: #b33226;
  }

  .epds-feature-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .epds-feature-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e242c;
  }

  .epds-feature-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #606873;
  }

  /* Responsive */
  @media (max-width: 992px) {
    .epds-features-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }

    .epds-additional-section {
      padding: 60px 16px;
    }
  }
  .epds-why-section {
    padding: 100px 16px;
    color: #1e242c;
    box-sizing: border-box;
  }

  .epds-why-section *,
  .epds-why-section *::before,
  .epds-why-section *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .epds-why-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    color: #1e242c;
    letter-spacing: -0.02em;
  }

  .epds-why-divider {
    width: 44px;
    height: 4px;
    background-color: #b33226;
    margin: 20px 0 40px;
    border-radius: 2px;
  }

  .epds-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .epds-why-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .epds-why-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
  }

  .epds-why-icon {
    width: 40px;
    height: 40px;
    color: #b33226;
    margin-bottom: 24px;
    flex-shrink: 0;
  }

  .epds-why-card-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e242c;
    margin-bottom: 12px;
  }

  .epds-why-card-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #606873;
  }

  /* Responsive */
  @media (max-width: 992px) {
    .epds-why-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
  }

  @media (max-width: 640px) {
    .epds-why-section {
      padding: 60px 16px;
    }

    .epds-why-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .epds-why-card {
      padding: 24px 20px;
    }
  }section.epds-why-section {
    background: #fbfbfb;
}section.epds-why-section .container {
    margin: 100px auto;
}.epds-tariffs-section {
    padding: 100px 16px;
    color: #1e242c;
    box-sizing: border-box;
  }

  .epds-tariffs-section *,
  .epds-tariffs-section *::before,
  .epds-tariffs-section *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  /* Header */
  .epds-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #606873;
    margin-bottom: 12px;
  }

  .epds-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    color: #1e242c;
    letter-spacing: -0.02em;
    max-width: 800px;
  }

  .epds-divider {
    width: 44px;
    height: 4px;
    background-color: #b33226;
    margin: 24px 0 20px;
    border-radius: 2px;
  }

  .epds-lead {
    font-size: clamp(16px, 1.8vw, 19px);
    line-height: 1.45;
    color: #606873;
    max-width: 820px;
    margin-bottom: 50px;
  }

  /* Tariffs Table Layout */
  .epds-tariffs-table {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e5e9ed;
  }

  .epds-tariffs-row {
    display: grid;
    grid-template-columns: 240px 180px 1fr 180px 160px;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #e5e9ed;
    gap: 20px;
  }

  .epds-tariffs-category {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #8c95a0;
    line-height: 1.4;
  }

  .epds-tariffs-volume {
    display: flex;
    flex-direction: column;
  }

  .epds-tariffs-count {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    color: #1e242c;
  }

  .epds-tariffs-unit {
    font-size: 14px;
    color: #606873;
    margin-top: 4px;
  }

  .epds-tariffs-unit-price {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .epds-tariffs-icon-box {
    width: 42px;
    height: 42px;
    background-color: #f4f6f8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #606873;
  }

  .epds-tariffs-unit-info {
    display: flex;
    flex-direction: column;
  }

  .epds-tariffs-per-doc {
    font-size: 15px;
    font-weight: 600;
    color: #1e242c;
  }

  .epds-tariffs-per-doc-label {
    font-size: 13px;
    color: #8c95a0;
  }

  .epds-tariffs-total {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .epds-tariffs-total-price {
    font-size: 24px;
    font-weight: 700;
    color: #1e242c;
    white-space: nowrap;
  }

  .epds-tariffs-economy {
    font-size: 13px;
    font-weight: 600;
    color: #b33226;
    margin-top: 4px;
  }

  .epds-tariffs-action {
    display: flex;
    justify-content: flex-end;
  }

  .epds-btn-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fdf5f4;
    color: #b33226;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    width: 100%;
    max-width: 150px;
  }

  .epds-btn-buy:hover {
    background-color: #b33226;
    color: #ffffff;
  }

  /* Bottom Consultation Banner */
  .epds-consultation-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 40px;
    padding-top: 24px;
  }

  .epds-consultation-info {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    line-height: 1.45;
    color: #606873;
  }

  .epds-consultation-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: #606873;
  }

  .epds-btn-consultation {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #1e242c;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid #d9dfe5;
    border-radius: 8px;
    padding: 14px 24px;
    cursor: pointer;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    white-space: nowrap;
  }

  .epds-btn-consultation:hover {
    border-color: #1e242c;
    background-color: #f9fbfd;
  }

  /* Responsive */
  @media (max-width: 992px) {
    .epds-tariffs-row {
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    .epds-tariffs-category {
      grid-column: 1 / -1;
      padding-bottom: 8px;
    }

    .epds-tariffs-volume {
      grid-column: 1;
    }

    .epds-tariffs-unit-price {
      grid-column: 2;
    }

    .epds-tariffs-total {
      grid-column: 1;
    }

    .epds-tariffs-action {
      grid-column: 2;
      justify-content: flex-start;
    }

    .epds-consultation-banner {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }

    .epds-btn-consultation {
      width: 100%;
    }
  }

  @media (max-width: 640px) {
    .epds-tariffs-section {
      padding: 60px 16px;
    }

    .epds-tariffs-row {
      grid-template-columns: 1fr;
    }

    .epds-tariffs-unit-price,
    .epds-tariffs-action {
      grid-column: 1;
    }

    .epds-btn-buy {
      max-width: 100%;
    }
  }.epds-connect-section {
    padding: 100px 16px;
    color: #1e242c;
    box-sizing: border-box;
  }

  .epds-connect-section *,
  .epds-connect-section *::before,
  .epds-connect-section *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  /* Header */
  .epds-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #606873;
    margin-bottom: 12px;
  }

  .epds-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    color: #1e242c;
    letter-spacing: -0.02em;
  }

  .epds-divider {
    width: 44px;
    height: 4px;
    background-color: #b33226;
    margin: 20px 0 60px;
    border-radius: 2px;
  }

  /* Steps Timeline */
  .epds-steps-wrapper {
    position: relative;
    margin-bottom: 50px;
  }

  .epds-steps-line {
    position: absolute;
    top: 20px;
    left: 20px;
    right: calc(25% + 20px);
    height: 1px;
    background-color: #e5e9ed;
    z-index: 1;
  }

  .epds-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    position: relative;
    z-index: 2;
  }

  .epds-step-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .epds-step-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #b33226;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
    flex-shrink: 0;
  }

  .epds-step-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e242c;
    margin-bottom: 10px;
  }

  .epds-step-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #606873;
  }

  .epds-step-phone {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
  }

  .epds-step-phone:hover {
    color: #b33226;
  }

  /* Button Action */
  .epds-connect-action {
    margin-top: 10px;
  }

  .epds-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #b33226;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.1s ease;
  }

  .epds-btn-primary:hover {
    background-color: #9c2a1f;
  }

  .epds-btn-primary:active {
    transform: scale(0.99);
  }

  /* Responsive */
  @media (max-width: 992px) {
    .epds-steps-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 32px 24px;
    }

    .epds-steps-line {
      display: none;
    }
  }

  @media (max-width: 640px) {
    .epds-connect-section {
      padding: 60px 16px;
    }

    .epds-steps-wrapper {
      margin-bottom: 36px;
    }

    .epds-steps-grid {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .epds-step-item {
      display: grid;
      grid-template-columns: 40px 1fr;
      grid-template-rows: auto auto;
      column-gap: 16px;
    }

    .epds-step-num {
      grid-row: 1 / 3;
      margin-bottom: 0;
    }

    .epds-step-title {
      grid-column: 2;
      margin-bottom: 4px;
    }

    .epds-step-desc {
      grid-column: 2;
    }

    .epds-btn-primary {
      width: 100%;
    }
  }.epds-faq-list {
    display: flex;
    flex-direction: column;
  }

  .epds-faq-item {
    border-bottom: 1px solid #e5e9ed;
  }

  .epds-faq-item:first-child {
    border-top: 1px solid #e5e9ed;
  }

  .epds-faq-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 0;
    font-size: 18px;
    font-weight: 500;
    color: #1e242c;
    cursor: pointer;
    list-style: none;
    user-select: none;
    transition: color 0.2s ease;
  }

  .epds-faq-summary::-webkit-details-marker {
    display: none;
  }

  .epds-faq-summary:hover {
    color: #b33226;
  }

  .epds-faq-icon {
    width: 20px;
    height: 20px;
    color: #b33226;
    flex-shrink: 0;
    transition: transform 0.25s ease;
  }

  .epds-faq-item[open] .epds-faq-icon {
    transform: rotate(180deg);
  }

  .epds-faq-content {
    padding-bottom: 24px;
    font-size: 15px;
    line-height: 1.55;
    color: #606873;
    max-width: 860px;
  }

  @media (max-width: 640px) {
    .epds-faq-summary {
      font-size: 16px;
      padding: 18px 0;
    }
  }section.epds-connect-section.epds_gray{background: #f4f6f8;}
  section.epds-connect-section.epds_gray .container {
    margin: 0 auto;
}@media (max-width: 768px) {
  .epds-tariffs-row {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    row-gap: 16px;
    column-gap: 12px;
    align-items: center;
    padding: 20px 0;
  }

  /* Скрываем пустые категории и иконку для компактности */
  .epds-tariffs-category {
    display: none;
  }

  .epds-tariffs-icon-box {
    display: none;
  }

  /* Левая колонка */
  .epds-tariffs-volume {
    grid-column: 1;
    grid-row: 1;
  }

  .epds-tariffs-unit-price {
    grid-column: 1;
    grid-row: 2;
  }

  /* Правая колонка */
  .epds-tariffs-total {
    grid-column: 2;
    grid-row: 1;
    align-items: flex-end;
    text-align: right;
  }

  .epds-tariffs-action {
    grid-column: 2;
    grid-row: 2;
    justify-content: flex-end;
  }

  .epds-btn-buy {
    width: 100%;
    max-width: 140px;
    padding: 10px 14px;
    font-size: 13px;
  }
}body.page.faq.faq_new.f-123 .page-content-block-faq-question-text {
    padding: 0;
    width: 100%;
    max-height: none;
}body.page.faq.faq_new.f-123 .page-content-block-faq-question-text ul li:after{display:none;}
body.page.faq.faq_new.f-123 summary.faq-question {
    font-size: 16px;
    font-weight: 600;
    line-height: 33.8px;
    letter-spacing: -0.26px;
    padding: 2px 40px 2px 10px;
}body.page.faq.faq_new.f-123 li.faq-item {
    padding: 0px 0px 5px 0px;
}body.page.faq.faq_new.f-123 .faq-answer {
    background: #f5f5f5;
    padding: 20px;
    line-height: 1.6;
    font-size: 16px;
    color: #444;
    animation: fadeIn 0.3s ease-in-out;
}body.page.faq.faq_new.f-123 .faq-answer li {
    list-style: disc;
    padding: 0 0 0 0;
    margin: 0 0 15px 20px;
    line-height: 1.3;
}body.page.faq.faq_new.f-123 .faq-answer p {
    padding: 0 0 15px 0;
    line-height: 1.5;
    font-size: 14px;
}body.page.faq.faq_new.f-123 .page-content-block-faq-question h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: normal;
    text-transform: none;
    margin-bottom: 20px;
}/* Стили активного элемента */
body.page.faq.faq_new.f-123 .faq-accordion-list .faq-item.is-active details, .faq-accordion-list .faq-item details[open] {
    background: #dbdbdb;
} body.page.faq.faq_new.f-123 .faq-answer a {
    color: #aa2a1c;
}
body.page.faq.faq_new.f-123  .faq-answer table {
    width: 100%;
}
body.page.faq.faq_new.f-123 .faq-answer td {
    border: 1px solid #ccc;
    padding: 5px;
}body.page.faq.faq_new.f-123 .faq-answer h3 {
    padding: 10px 0;
}
.faq-autor {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0 0;
    padding: 37px 0 20px;
    border-top: 1px solid #ccc;
}.faq-autor-name {
    width: 80%;
}.faq-autor img {
    width: 100px;
    border-radius: 62px;
    padding: 0 15px 0 0; 
}.page-content-block-faq .faq-autor-name p {
    font-weight: bold;
    padding: 0;
}.title-wrapper {
        flex-wrap: wrap;gap: 10px;
}