/* ===== Общие сбросы ===== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.buyout__desc ul li {
    margin-left: 16px !important;
}

.buyout__desc ol li {
    margin-left: 18px  !important;
}

.container.bread {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
  /* Стили баннера */
    #cookie-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #2c2c2c;
      color: #f0f0f0;
      padding: 16px 20px;
      box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
      z-index: 10000;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      font-size: 15px;
      line-height: 1.4;
      gap: 12px;
      box-sizing: border-box;
    }

    #cookie-banner .cookie-text {
      flex: 1 1 280px;
      margin: 0;
    }

    #cookie-banner .cookie-btn {
      background: #f2994a;
      color: white;
      border: none;
      padding: 10px 24px;
      font-size: 15px;
      border-radius: 6px;
      cursor: pointer;
      white-space: nowrap;
      transition: background 0.2s ease;
    }

    #cookie-banner .cookie-btn:hover {
      background: #d88330;
    }

    /* Анимация появления */
    #cookie-banner {
      transform: translateY(100%);
      animation: slideUp 0.4s forwards;
    }

    @keyframes slideUp {
      to { transform: translateY(0); }
    }

    /* Скрытие баннера */
    #cookie-banner.hidden {
      display: none;
    }

    /* Адаптив для маленьких экранов */
    @media (max-width: 480px) {
      #cookie-banner {
        flex-direction: column;
        align-items: flex-start;
      }
    }
.not_found {
    padding: 150px 0px;
    text-align: center;
}
.not_found p {
    padding-top: 15px;
    font-weight: bold;
}
.not_found span , a {
    color:#d88330;
}
.hero-bottom__col p {
    padding-bottom: 10px;
}
.hero-bottom__col ul li {
    padding-bottom: 10px;
    margin-left: 14px;
}
.hero-bottom__col ol li {
    padding-bottom: 10px;
    margin-left: 16px;
}



    .post-modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        z-index: 10000;
        overflow-y: auto;
    }
    .post-modal-content {
        background: #f7f7f7;
        margin: 5% auto;
        padding: 30px;
        max-width: 1600px;
        border-radius: 8px;
        position: relative;
    }
    .post-modal-close {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 30px;
        cursor: pointer;
        color: #333;
    }
    .post-modal-close:hover {
        color: #000;
    }

button.slick-custom-arrow.slick-prev-arrow.slick-arrow

 {
    position: absolute;
    top: 73%;
    border: none;
    left: -19px;
    border-radius: 10px;
}

button.slick-custom-arrow.slick-next-arrow.slick-arrow{
    position: absolute;
    top: 73%;
    border: none;
   right: -19px;
    border-radius: 10px;
}

#post-modal-body {
    position: relative;
}

.case-card__gallery {

    overflow: hidden; /* важно для корректной работы Slick */
}
/* Отступы между слайдами галереи */
.case-card__gallery .slick-slide {
    padding: 0 10px;           /* слева и справа по 10px */
    box-sizing: border-box;    /* чтобы паддинг не увеличивал ширину слайда */
}

/* Чтобы изображения растягивались внутри слайда с учётом отступов */
.case-card__gallery .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 356px;
    object-fit: cover;
    border-radius: 10px;
}

/* Убираем возможные внешние отступы у слайдера, которые могут накладываться */
.case-card__gallery .slick-list {
    margin: 0;
}
.case-card__gallery .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
}

  .wrapper {
    position: relative;
    width: 560px;
    height: 560px;
  }

  .segments-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    pointer-events: none;
  }

  .segment-group {
    position: absolute;
    width: 280px;
    height: 280px;
    pointer-events: auto;
    cursor: pointer;
  }

  /* Позиционирование + сдвиг для зазора 5px */
  .segment-tr {
    top: 0; right: 0;
    transform: translate(2.5px, -2.5px) rotate(-90deg);
    transform-origin: 140px 140px;
  }
  .segment-br {
    bottom: 0; right: 2px;
    transform: translate(2.5px, 2.5px) rotate(0deg);
    transform-origin: 140px 140px;
  }
  .segment-bl {
    bottom: 3px; left: -1px;
    transform: translate(-2.5px, 2.5px) rotate(90deg);
    transform-origin: 140px 140px;
  }
  .segment-tl {
    top: -2px; left: 0;
    transform: translate(-2.5px, -2.5px) rotate(180deg);
    transform-origin: 140px 140px;
  }

  .segment-path {
    transition: fill 0.3s ease;
    fill: #DEDFE8;
  }

  .segment-group:hover .segment-path {
    fill: #F2994A;
  }

  /* Активный по умолчанию — нижний правый */
  .active .segment-path {
    fill: #F2994A;
  }

  .center-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
  
    z-index: 2;
    pointer-events: none;
    object-fit: contain;
  }

  /* Иконки (отдельный слой, не вращаются) */
  .icon-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    z-index: 1;
    pointer-events: none;
  }

  .icon-wrapper {
    position: absolute;
    width: 44px;
    height: 44px;

    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: translate(-50%, -50%);
  }



  /* Позиционирование иконок */
  .icon-tr { top: 93px; left: 500px; }  /* Верхний правый */
  .icon-br { top: 468px; left: 495px; }  /* Нижний правый */
  .icon-bl { top: 468px; left: 65px; }  /* Нижний левый */
  .icon-tl { top: 93px; left: 60px; }  /* Верхний левый */




.advantages_mob{
  display: none;
}
/* 1. Родительская строка */
.precalc__row {
    display: flex;
    gap: 10px; /* Расстояние между элементами */
    width: 100%;
}

/* 2. Поля Имя и Телефон */
.precalc__input {
    flex: 1;           /* Равная доля ширины */
    width: 100%;       /* На всякий случай */
    box-sizing: border-box; /* Чтобы padding не ломал ширину */
    min-width: 0;      /* Чтобы flex не ломался */
}

/* 3. Блок файла */
/* Убедитесь, что у .review-form__file-wrap нет фиксированной ширины */
.review-form__file-wrap {
    flex: 1;           /* Равная доля ширины */
    width: 100%;       /* Заполняет свою долю */
    height: 62px;      /* Высота остаётся как у вас */
    background: #f7f7f7;
    border-radius: 6px;
    position: relative;
    box-sizing: border-box; /* Важно для правильных размеров */
    /* Убираем возможный фиксированный padding, если он мешает */
}


.blur-bottom-number {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 64px;           /* видимая высота */
  overflow: hidden;       /* чтобы размытие не вылезало за границы */
}

.blur-bottom-number__digit {
  position: absolute;
  top: -13px;              /* подгонка под ваши значения */
  left: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 95px;
  line-height: 129px;
  letter-spacing: -1.9px;
  white-space: nowrap;
  background: linear-gradient(180deg, #f2994a 0%, rgba(255,157,0,0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;     /* fallback */
}

/* Размытая полупрозрачная полоса снизу */
.blur-bottom-number::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;            /* на сколько размываем */
  background: linear-gradient(to top, rgba(255,255,255,0.7) 0%, transparent 100%);
  /*
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  pointer-events: none;   /* чтобы не мешала кликам */

}





.review-card__read a {
    color: #969696;
    text-decoration: none;
}
.review-card__read a:hover{
  color: #000;
}

span.price-card__name span {
    font-size: 14px;
    color: #969696;
}
.price-card__items

 {
    width: 100%;
}

.contacts__inner div {
    margin-bottom: 5px;
}

body {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  background-color: #f9f9f9;
  color: #2b2b2b;
}
/* Затемняющий фон */
.popup-overlay {
    display: none;               /* скрыт по умолчанию */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.popup-overlay.active {
    display: flex;               /* показываем при активации */
}

/* Само модальное окно */
.popup {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    width: 90%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    max-height: 90vh;
    overflow-y: auto;
}
.popup__content .precalc__row {
    display: flex;
    flex-direction: column;
}
/* Кнопка закрытия */
.popup__close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    color: #2b2b2b;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.popup__close:hover {
    color: #f2994a;
}
/* Уведомление об успехе */
.success-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #2b2b2b;
    color: #fff;
    padding: 16px 30px;
    border-radius: 8px;
    font-size: 16px;
    z-index: 100000;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.success-toast.active {
    opacity: 1;
}
/* Скрываем стандартное сообщение CF7 внутри попапа */
.popup .wpcf7-response-output {
    display: none !important;
}

/* Центрированное уведомление */
.success-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2b2b2b;
    color: #fff;
    padding: 20px ;
    max-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
    z-index: 100000;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    text-align: center;
    white-space: nowrap;
}

.success-toast.active {
    opacity: 1;
}



/* Затемняющий фон */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}
.popup-overlay.active {
    display: flex;
}

/* Модальное окно */
.popup {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    width: 90%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    max-height: 90vh;
    overflow-y: auto;
}

/* Кнопка закрытия */
.popup__close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 32px;
    color: #2b2b2b;
    cursor: pointer;
    line-height: 1;
}
.popup__close:hover {
    color: #f2994a;
}

/* Скрываем стандартное сообщение CF7 внутри попапа */
.popup .wpcf7-response-output {
    display: none !important;
}

/* Уведомление об успехе по центру экрана */
.success-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2b2b2b;
    color: #fff;
    padding: 20px 40px;
    border-radius: 8px;
    font-size: 18px;
    z-index: 100000;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    text-align: center;
}
.success-toast.active {
    opacity: 1;
}
.reviews__slider .slick-slide div

 {
    margin: 0px 5px;
}
.post-modal-close {
    z-index: 9;
}

.bg_grey {
  background-color: #f7f7f7;
}

.bg_ots{
  padding: 120px 0px;
}

.newcase-card__stat div {
    flex-direction: row;
    display: flex;
    gap: 10px;
}



/* Форма отзыва в попапе */
.review-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-family: 'Inter', sans-serif;
    color: #2b2b2b;
}

.review-form__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review-form__title {
    font-size: 42px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}

.review-form__subtitle {
    font-size: 14px;
    color: #969696;
    margin: 0;
    line-height: 1.4;
}

.review-form__fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review-form__row {
    display: flex;
    gap: 10px;
}
.review-card__text-content {
    overflow: hidden;
   
    transition: max-height 0.3s ease;
}
.review-card__text.expanded .review-card__text-content {
    max-height: 2000px;
}


/* Сброс маркеров и отступов для списка футера */
.footer__col--links .footer__links-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Пункты меню футера должны быть блочными, чтобы ссылки шли друг под другом */
.footer__col--links .menu-item {
    display: block;
    margin-bottom: 20px;  /* ваш оригинальный отступ, если нужен */
}

/* Гарантируем, что ссылки внутри имеют нужный стиль и реагируют на наведение */
.footer__col--links .footer__link--big {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer__col--links .footer__link--big:hover {
    color: #f2994a;   
}
.about_page .hero__col--form .review-form__file-label{
   background: #fff !important;
}

.precalc_bg2 .review-form__file-label{
   background: #fff !important;
}

.review-form__input-wrap,
.review-form__file-wrap {
   
    height: 62px;
    background: #f7f7f7;
    border-radius: 6px;
    position: relative;
}

.review-form__input-wrap input,
.review-form__input-wrap .wpcf7-form-control-wrap,
.review-form__textarea-wrap textarea {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 20px;
    font-size: 14px;
    color: #2b2b2b;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
}

.review-form__input-wrap input::placeholder,
.review-form__textarea-wrap textarea::placeholder {
    color: #969696;
}

.review-form__file-wrap .wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.review-form__file-label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
    pointer-events: none;
}

.review-form__file-icon {
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-form__file-text {
    font-size: 14px;
    color: #969696;
}

.review-form__textarea-wrap {
    height: 250px;
    background: #f7f7f7;
    border-radius: 6px;
}

.review-form__textarea-wrap textarea {
    resize: none;
    height: 100%;
    padding: 20px;
    font-size: 14px;
}

.review-form__agreement {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #969696;
    line-height: 1.4;
}

.review-form__agreement .wpcf7-form-control-wrap {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 2px;
}

.review-form__agreement input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #f2994a;
}

.review-form__submit input {
    width: 100%;
    height: 70px;
    background: #f2994a;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.3s;
}

.review-form__submit input:hover {
    background: #d88330;
}
.review-form__file-text.file-attached {
    color: #2b2b2b;
    font-weight: 500;
}

.review-form__file-text.file-attached::after {
    content: ' ✓';
    color: #4CAF50;
}
/* Скрываем стандартное сообщение CF7 */
.review-form .wpcf7-response-output {
    display: none !important;
}
.review-form__file-wrap input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.review-form__file-label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    height: 62px;
    background: #f7f7f7;
    border-radius: 6px;
}
.review-form__file-text {
    font-size: 14px;
    color: #969696;
}
/* ========== Блок кейсов (изолированные стили) ========== */
.newcase-section {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newcase-row {
    display: flex;
    gap: 20px;
}

.newcase-card {
    width: calc(50% - 10px);
    flex-grow: 0;
    flex-shrink: 0;
    background: #ffffff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.newcase-card__header {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.newcase-card__title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    color: #2b2b2b;
    margin: 0;
}

.newcase-card__task {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newcase-card__label {
    font-size: 18px;
    font-weight: 400;
    color: #2b2b2b;
}

.newcase-card__desc {
    font-size: 16px;
    line-height: 1.5;
    color: #969696;
    margin: 0;
}

.newcase-card__stats {
    display: flex;
    gap: 20px;
}

.newcase-card__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.newcase-card__stat-icon {
    width: 24px;
    height: 24px;
}

.newcase-card__stat-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.newcase-card__stat-label {
    font-size: 16px;
    color: #969696;
    display: flex;
    align-items: center;
    gap: 10px;
}

.newcase-card__stat-value {
    font-size: 24px;
    font-weight: 400;
    color: #2b2b2b;
}

.newcase-card__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    margin-top: auto;
}

.newcase-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f2994a;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 19px 40px;
    font-size: 18px;
    font-weight: 400;
    transition: background 0.3s;
    border: none;
    cursor: pointer;
}

.newcase-card__btn:hover {
    background: #d88330;
}

.newcase-card__logo {
    width: 125px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newcase-card__logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Пагинация */
.newcase-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.newcase-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 8px;
    background: #f7f7f7;
    border-radius: 4px;
    color: #2b2b2b;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition: background 0.2s, color 0.2s;
}

.newcase-pagination .page-numbers.current {
    background: #f2994a;
    color: #ffffff;
    font-weight: 600;
}

.newcase-pagination .page-numbers:hover:not(.current) {
    background: #e0e0e0;
}

.newcase-pagination .next,
.newcase-pagination .prev {
    font-size: 18px;
    font-weight: 600;
}

/* Адаптивность */
@media (max-width: 1024px) {




.hero__col.hero_contact_rigt {
    width: 100%;
}


    .newcase-row {
        flex-direction: column;
    }
    .newcase-card {
        width: 100%;
        flex-grow: 1;
        padding: 30px;
        gap: 40px;
    }
    .newcase-card__title {
        font-size: 24px;
    }
    .newcase-card__stat-value {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .newcase-section {
        padding: 0 20px;
    }
    .newcase-card {
        padding: 20px;
        gap: 30px;
    }
    .newcase-card__stats {
        flex-wrap: wrap;
    }
    .newcase-card__stat {
        flex: 1 1 100%;
    }
}



.pricing-buyout-wrap{
  background-color: #f7f7f7;
  padding: 100px 0px;
}



/* Блок цен */
.pricing-buyout {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  gap: 22px;                
  padding: 0 50px;        
  box-sizing: border-box;
}

/* Левая и правая панели */
.pricing-buyout__prices,
.pricing-buyout__examples {
  flex: 1 1 50%;
  background: #ffffff;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.pricing-buyout__prices {
  gap: 100px;              
}

.pricing-buyout__examples {
  gap: 100px;
}

/* Заголовок левого блока */
.pricing-buyout__title {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  color: #2b2b2b;
  margin: 0;
}

/* Список цен */
.pricing-buyout__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;                
}

/* Каждый пункт: название и цена */
.pricing-buyout__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;   
}

.pricing-buyout__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.pricing-buyout__name {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #2b2b2b;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;                 /* spacing между названием и примечанием */
}







.pricing-buyout__name span {
  font-size: 16px;
  color: #969696;
}

.pricing-buyout__price {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #2b2b2b;
  white-space: nowrap;
  margin-left: 20px;
}

/* Правый блок */
.pricing-buyout__examples-title {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: #2b2b2b;
  margin: 0;
}

.pricing-buyout__images {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.pricing-buyout__image {
 width: 156px;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.pricing-buyout__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



/* Секция */
.buyout-section {
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px;
  background: #ffffff;
  box-sizing: border-box;
}

/* Текстовый блок */
.buyout__header {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 100px;
}

.buyout__intro {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: #2b2b2b;
  margin: 0;
}

.buyout__desc,
.buyout__extra {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #969696;
  margin: 0;
}

.buyout__title {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: #2b2b2b;
  margin: 0 0 50px;
}

/* Обёртка слайдера */
.buyout__slider-wrap {
  position: relative;
  padding: 0 84px;       /* чтобы стрелки вписались: левая стрелка x=34 от края слайдера, который шириной 1500. 34px отступ + ширина стрелки 34px => 68px с каждой стороны. Чуть больше, чтобы комфортно */
  margin-bottom: 50px;
}

.buyout__slider {
  margin: 0 -10px;       /* компенсация padding у слайдов */
}

.buyout__slider .slick-slide {
  padding: 0 10px;       /* расстояние 20px между слайдами */
  box-sizing: border-box;
}


/* Нейтрализация вложенного ul в dropdown */
.header__dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header__dropdown-list li {
    display: block;   /* чтобы ссылка внутри li вела себя как отдельный блочный элемент */
}

/* Если у вас уже есть стили для .header__dropdown-item, оставьте их.
   Иначе добавьте такие же, как были для .header__dropdown-item в исходном коде. */
.header__dropdown-item {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    color: #2b2b2b;
    text-decoration: none;
    transition: background 0.2s;
}
.header__dropdown-item:hover {
    background: #f7f7f7;
}


.contacts__list {
    margin-top: 40px;
}

.hero_contact {
    align-items:stretch !important;
}

.hero_contact_rigt {
    align-items:stretch !important;
}


/* Блок контактов */
.contacts {
  background: #f7f7f7;
  padding: 50px;
  width: 100%;
  max-width: 755px;
  box-sizing: border-box;
}

.contacts__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 40px; /* itemSpacing */
}

.contacts__title {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  color: #2b2b2b;
  margin: 0;
}

.contacts__list {
  display: flex;
  flex-direction: column;
  gap: 10px; /* расстояние между строками */
}

.contacts__row {
  display: flex;
  gap: 10px; /* расстояние между элементами в строке */
}

.contacts__item {
  flex: 1;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 4px;
  box-sizing: border-box;
  min-width: 0;
}

.contacts__text {
  font-family: 'Golos', sans-serif; /* если нет Голоса, можно Inter */
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
  white-space: nowrap;
}

.contacts__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contacts__icon svg {
  display: block;
}

/* Кнопка обратного звонка */
.contacts__btn {
  width: 100%;
  height: 70px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #2b2b2b;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}

.contacts__btn:hover {
  background: #fafafa;
  border-color: #ccc;
}

/* Адаптивность */
@media (max-width: 600px) {
  .contacts {
    padding: 30px 20px;
  }
  .contacts__row {
    flex-direction: column;
  }
  .contacts__title {
    font-size: 32px;
  }
}



/* Карточка */

/* Разрешаем видимость над слайдером
.buyout__slider .slick-list {
  overflow-x: hidden;
  overflow-y: visible;
}

.buyout__slider .slick-slide {
  overflow: visible;
}

/* Карточка
.buyout__card {
  position: relative;
  overflow: visible;
}


.buyout__card:hover::after {
  content: attr(data-tooltip);   /* если текст лежит в data-атрибуте, или просто строку 
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  background: #2b2b2b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 14px;
  white-space: nowrap;
  z-index: 999;
  pointer-events: none;
}


.buyout__card:hover:before {
    position: absolute;
    content: "asd";
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    top: 4px;
}
.buyout__card img{
  max-width: 210px;
}
.buyout__card:hover

 {
    background-image: url(/wp-content/themes/re_bay/dist/img/oval_slide.png);
    background-repeat: no-repeat;

    background-position-y: bottom;
}
*/

.buyout__card {
  padding-top:20px ;
  position: relative;
  width: 233px;
  height: 201px;

  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto;
}

.buyout__card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.buyout__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Оранжевый эллипс внизу */
.buyout__card-ellipse {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 151px;
  height: 79px;
  background: #f2994a;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.9;
}

/* Текстовая метка */
.buyout__card-label {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #b0ce8e;        /* базовый зелёный; у последней карточки в JSON цвет #db8436, можно модификатором */
  z-index: 1;
  white-space: nowrap;
}

/* Маленькая иконка в правом верхнем углу */
.buyout__card-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #e8e8e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.buyout__card-icon svg {
  width: 15px;
  height: 12px;
}

/* Стрелки */
.buyout__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: #f6f6f6;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 0;
}

.buyout__arrow--prev {
  left: 34px;
}

.buyout__arrow--next {
  right: 34px;
}

.buyout__arrow svg {
  width: 10px;
  height: auto;
}

/* Прогресс-бар */
.buyout__progress {
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  position: relative;
}

.buyout__progress-bar {
  height: 100%;
  background: #f2994a;
  width: 0%;
  transition: width 0.3s ease;
}





.form_cap {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
}
.about_page_form_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.hero-bottom-img-mob {
  display: none;
}
.header__cta__mob {
  display: none;
}

.palec {
  display: none;
}
.reviews__slider {
  margin: 0 -10px; /* компенсация отступов, если используете padding у карточек */
}
.review-card {
  margin: 0 10px; /* боковой отступ между карточками */
  box-sizing: border-box;
  position: relative;
}
.reviews__slider {
  position: relative;
  margin: 0 -10px;
}
.review-card {
  margin: 0 10px;
}

/* Кастомные стрелки */
.reviews__slider-wrap {
  position: relative;
  /* отступы, чтобы стрелки не налезали на текст (по вашему дизайну) */
  padding: 0 50px; /* или больше, если стрелки крупные */
}

.reviews__slider {
  /* компенсация margin у карточек, если нужна */
  margin: 0 -10px;
}
.review-card {
  margin: 0 10px;
}

/* Кастомные стрелки */
.reviews__arrow {
  position: absolute;
  top: 59%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px; /* под размер SVG */
  height: 40px;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.reviews__arrow:hover {
  opacity: 1;
}
.reviews__arrow img {
  display: block;
  width: 100%;
  height: auto;
}
.reviews__arrow--prev {
  left: -35px; /* внутри отступа wrap */
}
.reviews__arrow--next {
  right: -35px;
}

.multiline-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  height: 62px;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
}

/* Скрываем весь визуальный мусор плагина */
.multiline-label .mfcf7-zl-multiline-sample,
.multiline-label .mfcf7-zl-multifile-name,
.multiline-label .mfcf7_zl_delete_file,
.multiline-label #mfcf7_zl_multifilecontainer,
.multiline-label .wpcf7-form-control-wrap,
.multiline-label .wpcf7-multilinefile {
  display: none !important;
}

/* Кнопка Upload – невидимая, растянутая на всю область label */
.multiline-label #mfcf7_zl_add_file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  z-index: 20;
  border: none;
  background: transparent;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

/* Наши элементы (иконка, текст, превью) лежат под прозрачной кнопкой */
.precalc__file-icon,
.precalc__file-text,
.precalc__file-preview {
  position: relative;
  z-index: 10;
}

/* Превью (как раньше) */
.precalc__file-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-left: auto;
}

.preview-file {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  flex-shrink: 0;
}

.preview-file img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preview-file--file {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  font-size: 10px;
  color: #999;
}

.preview-file__remove {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.preview-file__remove:hover {
  background: #ff4d4d;
  color: #fff;
  border-color: #ff4d4d;
}

.multiline-field {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  min-height: 62px;
  background: #fff;
  border-radius: 6px;
  cursor: default;
  overflow: hidden;
}

.multiline-field .precalc__file-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

.multiline-field .precalc__file-text {
  font-size: 14px;
  color: #969696;
  white-space: normal;
  line-height: 1.2;
  margin-right: auto; /* прижимает кнопку к правому краю */
}

/* Кнопка Upload – стилизуем под наш дизайн */
.multiline-field #mfcf7_zl_add_file {
  background: #f2994a;
  border: none;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.3s;
  order: 1; /* справа */
}

.multiline-field #mfcf7_zl_add_file:hover {
  background: #d88330;
}

/* Список загруженных файлов – размещаем под строкой */
.multiline-field #mfcf7_zl_multifilecontainer {
  width: 100%;
  order: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.multiline-field .wpcf7-form-control-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f7f7f7;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 13px;
  color: #2b2b2b;
}

.multiline-field .mfcf7_zl_delete_file {
  display: inline-flex;
  align-items: center;
  color: #ff4d4d;
  text-decoration: none;
  cursor: pointer;
}

.multiline-field .mfcf7_zl_delete_file img {
  width: 14px;
  height: 14px;
}

.multiline-label .precalc__file-text {
  display: block; /* или inline, но не скрыто */
}

/* Контейнер превью (изначально пустой) */
.precalc__file-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-left: 10px;
  align-items: center;
  max-width: 120px; /* чтобы не ломало вёрстку */
  overflow: hidden;
}

.precalc__file-preview img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #eee;
}

.white_form .precalc__input {
  background-color: #fff;
}

.white_form .precalc__file {
  background-color: #fff;
}

.white_form .precalc__textarea {
  background-color: #fff;
}

/* === Контейнер файлового поля (уже есть ранее) === */
.hero__col--form .precalc__file {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  min-height: 62px;
  background: #f7f7f7;
  border-radius: 6px;
  cursor: pointer;
  overflow: visible; /* чтобы превью не обрезались */
  transition: background 0.3s;
}

.hero__col--form .precalc__file-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

/* Иконка скрепки */
.precalc__file-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

/* Текст-подсказка */
.precalc__file-text {
  font-size: 14px;
  color: #969696;
  white-space: nowrap;
}

/* Контейнер для превьюшек (справа от текста) */
.precalc__file-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-left: auto; /* прижимаем к правому краю */
  max-width: 200px;
  overflow-x: auto;
}

/* Элемент одного файла */
.preview-file {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  flex-shrink: 0;
}

.preview-file img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Для не-изображений — иконка */
.preview-file--file {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  font-size: 10px;
  color: #999;
}

/* Кнопка удаления */
.preview-file__remove {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  color: #666;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  z-index: 2;
}

.preview-file__remove:hover {
  background: #ff4d4d;
  color: #fff;
  border-color: #ff4d4d;
}

.hero__col--form .precalc__row {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  width: 100%;
}
.hero__col--form .precalc__input,
.hero__col--form .precalc__file {
  flex: 1 1 0%;
  min-width: 0;
  box-sizing: border-box;
}

.precalc__agreement a {
  color: #000;
}
/* Скрываем стандартный input[type="file"], оставляя только кастомную обёртку */
.precalc__file-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* Исправляем возможные конфликты обёрток, если фильтр не используется (запасной вариант) */
.wpcf7-form-control-wrap {
  display: block;
}

/* ===== Предварительный расчёт (precalc) ===== */
.precalc {
  max-width: 790px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

/*
.precalc_bg1 {
  background-image: url(/wp-content/themes/re_bay/dist/img/g1.svg);

  background-position: center;
  background-repeat: no-repeat;
}
.precalc_bg2 {
  background-image: url(/wp-content/themes/re_bay/dist/img/g2.svg);
background-color: #f7f7f7;
  background-position: center;
  background-repeat: no-repeat;
}
*/
.precalc__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.precalc__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 17px 20px;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}

.precalc__badge-text {
  font-size: 16px;
  color: #db8436;
}

.precalc__badge-icon {
  width: 25px;
  height: 25px;
  fill: #f2994a;
}

.precalc__title {
  font-size: 64px;
  font-weight: 500;
  color: #2b2b2b;
  line-height: 1.1;
  margin: 0;
}

.precalc__subtitle {
  font-size: 16px;
  color: #969696;
  line-height: 1.5;

  margin: 0 auto;
}

.precalc__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.precalc__row {
  display: flex;
  gap: 10px;
  width: 100%;
}

.precalc__input {
  height: 62px;
  background: #f7f7f7;
  border: none;
  border-radius: 6px;
  padding: 20px;
  font-size: 14px;
  color: #2b2b2b;
  outline: none;
  transition: 0.3s;
}

.precalc__input::placeholder {
  color: #969696;
  font-size: 14px;
}

.precalc__input:focus {
  box-shadow: 0 0 0 2px #f2994a;
}

.precalc__file {
  flex: 0 0 166px;
  height: 62px;
  background: #fff;
  border-radius: 6px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.3s;
}

.precalc__file:hover {
  background: #f7f7f7;
}

.precalc__file-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

.precalc__file-text {
  font-size: 14px;
  color: #969696;
  white-space: nowrap;
}

.precalc__textarea {
  width: 100%;
  height: 120px;
  background: #f7f7f7;
  border: none;
  border-radius: 6px;
  padding: 20px;
  font-size: 14px;
  color: #2b2b2b;
  outline: none;
  resize: vertical;
  transition: 0.3s;
}

.precalc__textarea::placeholder {
  color: #969696;
  font-size: 14px;
}

.precalc__textarea:focus {
  box-shadow: 0 0 0 2px #f2994a;
}

.precalc__agreement {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 12px;
  color: #969696;
  line-height: 1.5;
  margin-top: 10px;
}

.precalc__checkbox {
  margin-top: 2px;
  accent-color: #f2994a;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.precalc__agreement-label a {
  color: #2b2b2b;
  text-decoration: underline;
}

.precalc__submit {
  width: 100%;
  height: 70px;
  background: #f2994a;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  transition: background 0.3s;
}

.precalc__submit:hover {
  background: #d88330;
}

/* ---------- Блок преимуществ ---------- */
.advantages__title {
  margin-bottom: 40px;
  font-size: 64px;
  text-align: center;
  color: #2b2b2b;

}

/* Обертка: Flex для трех колонок */
.advantages__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 100px 0px;
}

.advantages {
  background-image: url(/wp-content/themes/re_bay/dist/img/Ellipse20.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
    background-color: #f7f7f7;
}

/* ЛЕВАЯ И ПРАВАЯ КОЛОНКИ */
.advantages__column {
  display: flex;
  flex-direction: column;
  max-width: 520px;
  flex: 1;
  justify-content: space-between;
  height: 500px;
  position: relative;
}

/* Карточка преимущества */
.advantages__card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
}

.advantages__card-title {
  font-size: 25px;
  font-weight: 400;
  color: #2b2b2b;
  margin-bottom: 10px;
}

.advantages__card-text {
  font-size: 14px;
  line-height: 1.5;
  color: #969696;
}

/* ЦЕНТРАЛЬНЫЙ КРУГ */
.advantages__center {
  position: relative;
  width: 560px;
  height: 560px;
  flex-shrink: 0; /* Запрещаем кругу сжиматься */
}

.advantages__center-bg {
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/re_bay/dist/img/centr.svg"); /* Ваш SVG круг */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* Грузовик ровно по центру */
.advantages__center-truck {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  height: auto;
  z-index: 2;
}

/* 4 ИКОНКИ ПО ГРАНИЦЕ КРУГА (АБСОЛЮТНОЕ ПОЗИЦИОНИРОВАНИЕ) */
.advantages__center-icon {
  position: absolute;
  width: 74px; /* Размер белого блока с иконкой по дизайну */
  height: 74px;
  z-index: 3;

  border-radius: 50%; /* Делаем иконки круглыми */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Координаты вынесены в отдельные модификаторы */
.advantages__center-icon--top-left {
  top: 16%;
  left: 16%;
  transform: translate(-50%, -50%);
}

.advantages__center-icon--top-right {
  top: 16%;
  right: 16%;
  transform: translate(50%, -50%);
}

.advantages__center-icon--bottom-left {
  bottom: 16%;
  left: 16%;
  transform: translate(-50%, 50%);
}

.advantages__center-icon--bottom-right {
  bottom: 16%;
  right: 16%;
  transform: translate(50%, 50%);
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px !important;
}

/* ===== Header (BEM: header) ===== */
.header-wrap {
  background: #fff;
  padding-bottom: 50px;
}

.header {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  background: #fff;
  z-index: 100;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  flex-wrap: wrap;
}

.header__socials {
  display: flex;
  gap: 10px;
}

.contacts__item a { 
  text-decoration: none;
}


.header__social-icon {
  width: 60px;
  height: 60px;
  background-color: #f7f7f7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.contacts__item {
    max-width: 200px;
}



.contact_soc .header__social-icon{
    background-color: #fff;
}


.header__social-icon:hover {
  background-color: #e0e0e0;
}

.header__social-icon img {
  width: 20px;
  height: 20px;
  display: block;
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
#breadcrumbs {
    max-width: 1600px;
    margin: 0 auto;
 font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
    background-color: #fff;
}
#breadcrumbs a{
   font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #969696;
  text-decoration: none;
}
.header__logo img {
  height: 56px;
  width: auto;
}



.breadcrumb-sep {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;      /* отступы вокруг разделителя */
    width: 12px;        /* подгоните под дизайн */
    height: auto;
}


.bg_white{
  background-color: #fff;
}
.header__cta {
  background: #f2994a;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header__cta:hover {
  background: #d88330;
}

.header__bottom {
  padding: 10px ;
  background: #f7f7f7;
  border-radius: 8px;
}

.header__nav {
  padding: 0 20px;
}

.header__menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  gap: 15px;
}

.header__menu-item {
  position: relative;
}

.header__menu-link {
  font-size: 18px;
  color: #2b2b2b;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  transition: color 0.3s;
}

.header__menu-link:hover {
  color: #f2994a;
}

.header__menu-link--dropdown {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header__menu-link--dropdown::after {
  margin-top: 3px;
  content: "";
  background-image: url(/wp-content/themes/re_bay/dist/img/arrow.svg);
  width: 16px;
  height: 16px;
  transition: transform 0.3s;
}

.header__menu-item:hover .header__menu-link--dropdown::after {
  transform: rotate(180deg);
}

.header__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 280px;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.3s ease;
  z-index: 50;
  border: 1px solid #f0f0f0;
}

.header__menu-item:hover .header__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header__dropdown-item {
  padding: 10px 20px;
  font-size: 16px;
  color: #2b2b2b;
  text-decoration: none;
  display: block;
  transition: background 0.2s;
}

.header__dropdown-item:hover {
  background: #f7f7f7;
}

.header__mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.header__mobile-toggle img {
  width: 34px;
  height: 34px;
}

.header__mobile {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 12px 12px;
  z-index: 99;
  border-top: 1px solid #f0f0f0;
}

.header__mobile.open {
  display: flex;
}

.header__mobile-nav .header__menu--mobile {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  background: transparent;
  padding: 0;
  gap: 0;
}

.header__menu--mobile .header__menu-item {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}

.header__menu--mobile .header__menu-item--cta {
  border-bottom: none;
  margin-top: 20px;
}

.header__menu--mobile .header__dropdown {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  box-shadow: none;
  border: none;
  padding: 0 0 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.header__menu-item--open .header__dropdown {
  max-height: 500px;
  padding: 5px 0 10px 20px;
}

/* ===== Hero (главный экран) ===== */
.white-block {
  background-color: #fff;
}

.hero {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
 
}

.hero__col--form {
  flex: 1;
  min-width: 590px;
  max-width: 590px;
}

.hero__rating {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  padding: 12px 20px;
  border-radius: 8px;
  width: fit-content;
  margin-bottom: 30px;
}

.hero__title-wrap {
  position: relative;
  margin-bottom: 30px;
}

.hero__title {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.hero__title_util {
  font-size: 65px;
}
.hero__location {
  position: absolute;
  right: 20px;
  bottom: 0;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 14px 18px;
  gap: 8px;
  border: 1px solid #f0f0f0;
  white-space: nowrap;
}

.hero__location span {
  color: #db8436;
  font-weight: 500;
  font-size: 16px;
}

.hero__location-icon {
  width: 20px;
  height: 20px;
  fill: #f2994a;
}

.hero__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 565px;
}

.hero__form-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero__input {
  flex: 1;
  min-width: 140px;
  background: #f7f7f7;
  border: none;
  border-radius: 6px;
  padding: 18px 20px;
  font-size: 16px;
  outline: none;
  transition: 0.3s;
}

.hero__input::placeholder {
  color: #969696;
  font-size: 14px;
}

.hero__input:focus {
  background: #ffffff;
  box-shadow: 0 0 0 2px #f2994a;
}

.hero__file {
  flex: 1;
  min-width: 140px;
  background: #f7f7f7;
  border-radius: 6px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #969696;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.hero__file:hover {
  background: #f0f0f0;
}

.hero__file-icon {
  width: 20px;
  height: 20px;
  fill: #969696;
}

.hero__textarea {
  width: 100%;
  min-height: 100px;
  background: #f7f7f7;
  border: none;
  border-radius: 6px;
  padding: 18px 20px;
  font-size: 16px;
  outline: none;
  resize: vertical;
  transition: 0.3s;
}

.hero__textarea::placeholder {
  color: #969696;
  font-size: 14px;
}

.hero__textarea:focus {
  background: #ffffff;
  box-shadow: 0 0 0 2px #f2994a;
}

.hero__agreement {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 12px;
  color: #969696;
  line-height: 1.5;
  margin-top: 5px;
}

.hero__checkbox {
  margin-top: 2px;
  accent-color: #f2994a;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.hero__agreement a {
  color: #2b2b2b;
  text-decoration: underline;
}

.hero__submit {
  width: 100%;
  background: #f2994a;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 18px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.hero__submit:hover {
  background: #d88330;
}

.hero__col--image {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__image-wrap {
  position: relative;
  background-image: url(/wp-content/themes/re_bay/dist/img/f2.png);
  width: 100%;
  max-width: 788px;
  aspect-ratio: 1 / 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__image {
  max-height: 540px;
  position: relative;
  z-index: 1;
  top: -20px;
}
.hero__image_util{
 top: 100px;
 max-height: fit-content;
}
.hero__benefits {
  position: absolute;
  max-width: 788px;
  width: 100%;
  height: 400px;
  top: 177px;
  left: 0;
}

/* Блок карточки преимущества */
.benefit-card {
  position: absolute;
  width: 250px;
  background: linear-gradient(133deg, #f7f7f7 0%, #ffffff 100%);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.benefit-card--location {
  left: -17px;
  top: 127px;
  text-align: center;
}
.benefit-card--payment {
  right: -17px;
  top: 127px;
  text-align: center;
}
.benefit-card--value {
  left: -15px;
  bottom: -76px;
  text-align: center;
}
.benefit-card--pack {
  right: -15px;
  bottom: -76px;
  text-align: center;
}

.benefit-card__icon {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.benefit-card__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #2b2b2b;
}

.benefit-card__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #969696;
  white-space: nowrap;
}

/* ===== Как мы работаем (how-screen) ===== */
.how-screen-wrap {
  background-color: #f7f7f7;
  padding: 80px 0 100px;
}

.how-screen__title {
  font-size: 64px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

.how-screen {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.how-item {
  flex: 1 1 300px;
  max-width: 520px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s;
}

.how-item:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.how-item__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

.how-item__main {
  position: relative;
  z-index: 2;
  width: 100%;
  object-fit: contain;
  bottom: -4px;
}

.how-item__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  width: 40px;
  height: 40px;
}

.how-item__decor {
  position: absolute;
  border-radius: 50%;
  background: #f2994a;
  z-index: 1;
}

.how-item__decor--1 {
  width: 120%;
  height: 70%;
  bottom: 0;
  left: 34%;
  transform: rotate(-19deg);
}
.how-item__decor--2 {
  background-image: url(/wp-content/themes/re_bay/dist/img/Ellipse5.png);
  width: 100%;
  height: 100%;
  top: 36px;
  left: -100px;
  transform: rotate(-20deg);
  background-size: cover;
}
.how-item__decor--3 {
  background-image: url(/wp-content/themes/re_bay/dist/img/Ellipse6.png);
  width: 100%;
  height: 100%;
  top: -215px;
  right: -140px;
  transform: rotate(-21deg);
  background-size: cover;
}

.how-item__text {
  padding: 30px 20px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.how-item__caption {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.how-item__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #969696;
  max-width: 430px;
  margin: 0 auto;
}

/* ===== Когда обращаются (when-they) ===== */
.when-they-wrap {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
}

.when-they__title {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 50px;
}
.popup__title

 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
.when-they__grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0 100px;
}

.when-they__card {
  max-width: 340px;
  min-height: 403px;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
}

.when-they__card-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.when-they__card-image {
  max-width: 320px;
  width: 100%;
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 20px 0;
  border-radius: 10px;
}

.when-they__card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #969696;
}

/* ===== Что предлагаем (offers) ===== */
.offers-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.offers-header__left {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  max-width: 50%;
}

.offers-header__left span {
  display: block;
}

.offers-header__right {
  max-width: 45%;
  color: #777;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}

.offers-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.offer-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 32px 24px;
  flex: 1 1 calc(33.333% - 24px);
  min-width: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.2s;
}

.offer-card:hover {
  background-color: #f0f1f3;
}

.offer-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 70%;
}

.offer-card__title {
  font-size: 20px;
  font-weight: 500;
}

.offer-card__subtitle {
  font-size: 15px;
  color: #888;
  line-height: 1.4;
}

/* ===== Кейсы, отзывы, клиенты ===== */
.cases-wrap {
  background: #fff;
  padding: 50px 0;
}

.cases {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.cases__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.cases__title {
  font-size: 64px;
  font-weight: 500;
  max-width: 700px;
}

.cases__subtitle {
  font-size: 16px;
  color: #969696;
  max-width: 450px;
  line-height: 1.5;
}

/* Слайдер */
.case-slider-wrap {
  position: relative;
}

.case-slider__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}

.case-slider__arrow {
  position: absolute;
  pointer-events: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

.case-slider__arrow--prev {
  left: -20px;
}
.case-slider__arrow--next {
  right: -20px;
}

.case-slider__arrow img {
  width: 34px;
  display: block;
}

.case-slider__progress {
  width: 100%;
  height: 4px;
  background: #e0e0e0;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
}

.case-slider__progress-fill {
  height: 100%;
  background: #f2994a;
  width: 0%;
  transition: width 0.3s ease;
  border-radius: 2px;
}

.case-card {
  display: flex !important;
  gap: 20px;
  flex-wrap: wrap;
}

.case-card__text {
  flex: 1;
  min-width: 300px;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.case-card__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.case-card__logo {
  width: 125px;
  height: 53px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.case-card__title {
  font-size: 32px;
  font-weight: 500;
}
.case-card__desc {
  font-size: 16px;
  color: #969696;
  line-height: 1.5;
}
.case-card__solution-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.case-card__solution-desc {
  font-size: 16px;
  color: #969696;
  line-height: 1.5;
}

.case-card__infographics {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.case-card__info {
  flex: 1;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.case-card__info-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #969696;
}
.case-card__info-value {
  font-size: 30px;
  font-weight: 500;
}

.case-card__image {
  flex: 1;
  min-width: 300px;
  border-radius: 12px;
  height: 722px;
  overflow: hidden;
}

.case-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Отзывы */
.reviews {
  display: flex;
  flex-direction: column;
  gap: 70px;
  position: relative;
}

.reviews__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.reviews__title {
  font-size: 64px;
  font-weight: 500;
}

.reviews__btn {
  background: #f2994a;
  color: #fff;
  border: none;
  padding: 20px 40px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.reviews__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.review-card {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 12px;
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  min-height: 516px;
}

.review-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 8px;
}

.review-card__date {
  font-size: 14px;
  color: #969696;
  display: flex;
  align-items: center;
  gap: 8px;
}

.review-card__text {
  font-size: 16px;
  line-height: 1.5;
  flex-grow: 1;
}

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

.review-card__read {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #969696;
  cursor: pointer;
}
.review-card__expand {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #969696;
  cursor: pointer;
}

/* Клиенты */
.clients {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.clients__stats {
  flex: 0 0 377px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.clients__num {
  font-size: 95px;
  font-weight: 500;
  line-height: 1;
}
.clients__desc {
  font-size: 16px;
  color: #969696;
  line-height: 1.5;
}

.clients__logos {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}

/* ===== Цены ===== */
.prices-wrap {
  padding: 50px 0;
}

.prices__header {
  margin-bottom: 50px;
  text-align: center;
}

.prices__title {
  font-size: 64px;
  font-weight: 500;
}
.prices__subtitle {
  font-size: 16px;
  color: #969696;
  max-width: 520px;
  margin: 0 auto;
}

.prices__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.price-card__action a:hover .price-card__more-btn .price-card__more-icon {
    background-color: #F2994A
}
.price-card__item {
    gap: 10px;
}
.price-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 389px;
}

.price-card__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.price-card__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.price-card__list--with-image {
  flex-direction: row;
  /*flex-wrap: wrap;*/
  align-items: flex-start;
}

.price-card__thumb {
  max-width: 115px;
  /*margin-right: 20px;*/
}

.price-card__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.price-card__item:last-child {
  border-bottom: none;
}

.price-card__name {
  font-size: 14px;
  max-width: 250px;
}
.price-card__note {
  font-size: 14px;
  color: #969696;
}
.price-card__price {
  font-size: 14px;
  white-space: nowrap;
}

.price-card__action {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

.price-card__more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #2b2b2b;
  background: transparent;
  border: none;
  cursor: pointer;
}

.price-card__more-icon {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== Экология ===== */
.ecology {
  background: #fff;
  border-radius: 12px;
  padding: 50px;
  display: flex;
  gap: 50px;
  align-items: stretch;
}

.ecology__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

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

.ecology__subtitle {
  font-size: 16px;
  color: #969696;
}
.ecology__title {
  font-size: 64px;
  font-weight: 500;
}
.ecology__desc {
  font-size: 16px;
  color: #969696;
  line-height: 1.5;
}

.ecology__plate {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.ecology__plate-icon {
  flex-shrink: 0;
}

.ecology__plate-text {
  font-size: 18px;
  color: #2b2b2b;
}

.ecology__btn {
  width: 100%;
  background: #f2994a;
  color: #fff;
  border: none;
  padding: 24px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
}

.ecology__btn:hover {
  background: #d88330;
}

.ecology__image {
  flex: 1;
}
.ecology__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* ===== FAQ ===== */
.faq {
  max-width: 790px;
  margin: 0 auto;
  padding: 50px 0;
}

.faq__title {
  font-size: 64px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}

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

.faq__item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 24px;
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #2b2b2b;
}

.faq__icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 24px;
  transition:
    background 0.3s,
    color 0.3s;
}

.faq__item:hover .faq__icon {
  background: #fafafa;
  color: #f2994a;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    padding 0.4s ease;
  padding: 0 20px;
  color: #969696;
}

.faq__item--active .faq__answer {
  max-height: 200px;
  padding: 0 20px 20px;
}

.faq__item--active .faq__icon {
  color: #000;
}

/* ===== Hero-bottom ===== */
.hero-bottom {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 50px;
  overflow: hidden;
  min-height: 589px;
}

.hero-bottom__decor {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.hero-bottom__decor--left {
  left: -118px;
}
.hero-bottom__decor--right {
  right: -118px;
}

.hero-bottom__decor img {
  width: 570px;
  height: auto;
  display: block;
}

.hero-bottom__content {
  position: relative;
  z-index: 10;
  max-width: 790px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.hero-bottom__star {
  width: 34px;
  height: 34px;
}

.hero-bottom__title {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

.hero-bottom__columns {
  display: flex;
  gap: 30px;
  width: 100%;
}

.hero-bottom__col {
  flex: 1;
}
.hero-bottom__col p {
  font-size: 16px;
  color: #969696;
  line-height: 1.5;
}

/* ===== Footer ===== */
.footer {
  background-color: #2b2b2b;
  padding: 50px 0;
  color: #fff;
}

.footer__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer__col--logo {
  width: 399px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__logo {
  display: flex;
  align-items: center;
}

.footer__btn {
  width: 100%;
  height: 70px;
  background: #f2994a;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 20px;
}
.footer__btn:hover {
  background: #d88330;
}
.footer__bottom-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.footer__bottom-text {
  font-size: 16px;
  color: #969696;
}
.footer__bottom-text a {
  color: #969696;
  text-decoration: none;
}
.footer__bottom-text a:hover {
  color: #fff;
}

.footer__col--menu {
  width: 190px;
}
.footer__col-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.footer__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__link {
  font-size: 16px;
  color: #969696;
  text-decoration: none;
  transition: color 0.3s;
}
.footer__link:hover {
  color: #fff;
}

.footer__col--links {
  width: 393px;
}
.footer__link--big {
  font-size: 24px;
  color: #fff;
  display: block;
  margin-bottom: 40px;
}

.footer__col--contacts {
  width: 268px;
}
.footer__socials {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.footer__social-icon {
  width: 60px;
  height: 60px;
  background: #f7f7f7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.footer__social-icon:hover {
  background: #e0e0e0;
}
.footer__social-icon img {
  width: 20px;
  height: 20px;
}
.about__rightt {
  display: none;
}
.footer__phone {
  font-size: 22px;
  font-weight: 500;
  color: #f7f7f7;
  text-decoration: none;
  display: block;
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__bottom-center {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer__bottom-center a {
  font-size: 16px;
  color: #969696;
  text-decoration: none;
}
.footer__bottom-center a:hover {
  color: #fff;
}
.hero__col_mob {
  display: none;
}

.hero_about {
  display: flex;
  /* gap: 40px; */
	 gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.about_page .hero__col--form .precalc__input {
  background-color: #fff;
}

.about_page .hero__col--form {
  background-color: #f7f7f7;
  padding: 40px 50px;
  max-width: 789px;
}

.about_page .hero__col--form .precalc__textarea {
  background-color: #fff !important;
}

.about_page h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
}

.about_page {
  background-color: #fff;
}
.about_page__benefits {
  position: relative;
  display: flex;
  height: auto;
  gap: 10px;
}
.about_page_card {
  position: relative;
}
.about_page__image-wrap {
  position: relative;
  background-image: url(/wp-content/themes/re_bay/dist/img/k2.svg) !important;
  background-size: 80% auto;
  background-position-y: 35px;
}
.hero__benefits_mob_about

 {
    display: none;
}


/* Контейнер секции */
.photo-slider-section {

  margin: 0 auto;
  padding: 50px 0 0;
}
.photo-slider__progress {
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  margin-top: 50px;
  padding: 0 50px;          /* ← синхронизируем с photo-slider-wrap */
  box-sizing: border-box;
}
/* Заголовок и описание (как в reviews__header, но адаптировано) */
.photo-slider__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;

}

.photo-slider__title {
  font-size: 64px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: 'Inter', sans-serif;
  line-height: 1;
  margin: 0;
}

.photo-slider__desc {
  width: 385px;
  font-size: 16px;
  color: #969696;
  line-height: 1.4;
  font-family: 'Inter', sans-serif;
  margin: 0;
}

/* Обёртка слайдера (как reviews__slider-wrap) */
.photo-slider-wrap {
  position: relative;

}

/* Базовые стили слайдера */
.photo-slider {
  margin: 0 -10px;        /* компенсация отступов между слайдами */
}

/* Карточка (слайд) */
.photo-slider__item {
  padding: 0 10px;        /* расстояние между слайдами */
  box-sizing: border-box;
}

.photo-slider__item img {
  display: block;
  width: 100%;
  height: 450px;          /* фиксированная высота, как в макете */
  object-fit: cover;
  border-radius: 4px;
}

/* Кастомные стрелки (точь‑в‑точь как reviews__arrow) */
.photo-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.photo-slider__arrow:hover {
  opacity: 1;
}

.photo-slider__arrow img {
  display: block;
  width: 100%;
  height: auto;
}

.photo-slider__arrow--prev {
  left: -28px;            /* выдвигаем в область padding обёртки */
}

.photo-slider__arrow--next {
  right: -28px;
}

/* Прогресс‑бар */
.photo-slider__progress {
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  margin-top: 50px;
}

.photo-slider__progress-bar {
  height: 100%;
  background: #f2994a;
  width: 0%;
  transition: width 0.3s ease;
}




/* Адаптивность */
@media (max-width: 1400px) {
.hero__benefits.about_page__benefits {
    flex-wrap: wrap;
    justify-content: center;
}
  }



/* Адаптивность */
@media (max-width: 1024px) {
   .pricing-buyout {
    flex-direction: column;
    padding: 0 20px;
  }
  .pricing-buyout__prices,
  .pricing-buyout__examples {
    padding: 30px;
  }
  .about {
    padding: 30px;
  }
  .about__container {
    flex-direction: column;
    gap: 30px;
  }
  .about__left {
    width: 100%;
  }
  .about__right {
    min-height: 400px;
    order: -1;              /* картинка сверху на мобильных, если нужно */
  }
  .about__image-wrapper {
    position: static;
    width: 100%;
    height: auto;
  }
  .about__circle {
    display: none;          /* на узких экранах можно скрыть круг */
  }
  .about__desk-img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .about__columns {
    flex-direction: column;
    gap: 20px;
  }
  .about__years {
    font-size: 64px;
  }
}

@media (max-width: 480px) {
   .pricing-buyout__title {
    font-size: 32px;
  }
  .pricing-buyout__price {
    font-size: 20px;
  }
  .pricing-buyout__image {
    width: calc(50% - 10px);
    height: auto;
    aspect-ratio: 157/199;
  }
  .about {
    padding: 0px !important;
  }
  .about__headline {
    font-size: 24px;
  }
  .about__years {
    font-size: 48px;
  }
}
/* Адаптивность */
@media (max-width: 1200px) {
  .footer__row {
    flex-direction: column;
  }
  .footer__col--logo,
  .footer__col--menu,
  .footer__col--links,
  .footer__col--contacts {
    width: 100%;
  }
  .prices__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .reviews__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .header__socials {
    display: none;
  }
  .header__bottom {
    display: none;
  }
  .header__mobile-toggle {
    display: block;
  }
  .hero__title {
    font-size: 52px;
  }
  .hero {
    flex-direction: column;
  }
  .hero__col--form {
    min-width: 100%;
    max-width: 100%;
  }
  .ecology {
    gap: 30px;
    padding: 30px;
  }
  .ecology__title {
    font-size: 48px;
  }
}

@media (max-width: 768px) {



.header__socials_m {
  display: flex;
    gap: 10px;
    margin-top: 20px;
}


.clients__logos-track {

 animation: none !important; 
}

.clients{
  margin-top: 0px !important;
}
.clients__logos-track img{
  height: 80px !important;
}



#breadcrumbs {
    padding: 0px 11px;
}

.wrapper {
    position: relative;
    width: 400px;
    height: 400px;
}

.segment-group{
    width: 200px;
    height: 200px;
}
.advantages{
  background: none;
}

.segment-tl{
transform-origin: inherit;
}
.segment-tr {
transform-origin: inherit;
    transform: rotate(-90deg);
  }
.segment-bl{
  transform-origin: inherit;
}
.segment-tl {
    top: 0px;}
.icon-tr {
    top: 69px !important;
    right: 13px !important;
    left: auto !important;
}
.icon-tl {
    top: 69px !important;
    left: 47px !important;
}
.icon-bl {
  top: auto !important;
    left: 46px !important;
    bottom: 15px !important;
}
.icon-br {
        top: auto;
        right: 20px !important;
        left: auto;
        bottom: 15px !important;
    }


/*
.advantages_mob{
  display: block;
}


.advantages_desc{
  display: none;
}
*/




.review-form__file-wrap {
    width: 100%;
}

.precalc__row {
    flex-direction: column;
}

.header__socials.contact_soc {
    display: flex;
}
.hero__col_mob{
 position: relative;
        background-image: url(/wp-content/themes/re_bay/dist/img/f2.png);
        background-size: 150%;
        background-position: center;
        background-repeat: no-repeat;
}



  .photo-slider__arrow {
    display: none !important;
  }

.photo-slider__header {
    flex-direction: column;
    gap: 25px;
}

.about__rightt {
        position: relative;
        background-image: url(/wp-content/themes/re_bay/dist/img/abr.png);
        height: 555px;
        background-size: cover;
        width: 100%;
        display: block;
        background-position-x: -25px;
        background-repeat: no-repeat;
        right: -30px;
    }



  .about__container {
    padding: 20px !important;
    gap: 0 !important;
  }
         .about__right {
        min-height: 1px !important;
    }
  .hero {
    padding: 0px !important;
  }
  .container {
    padding: 10px !important;
  }
  .hero__title {
    font-size: 36px;
  }
  .hero__form-row {
    flex-direction: column;
  }
  .how-screen-wrap {
    padding: 40px 0 60px;
  }
  .how-screen__title {
    font-size: 32px;
  }
  .how-item {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .when-they__title {
    font-size: 42px;
  }
  .cases__title {
    font-size: 42px;
  }
  .reviews__grid {
    grid-template-columns: 1fr;
  }
  .prices__grid {
    grid-template-columns: 1fr;
  }
  .ecology {
    flex-direction: column;
  }
  .ecology__title {
    font-size: 36px;
  }
  .faq__title {
    font-size: 42px;
  }
  .hero-bottom__decor {
    display: none;
  }
  .hero-bottom {
    padding: 30px 20px;
    min-height: auto;
  }
  .hero-bottom__columns {
    flex-direction: column;
  }
  .hero-bottom__title {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .cases__title {
    font-size: 32px;
  }
  .reviews__title {
    font-size: 40px;
  }
}

/* ---------- МЕДИА-ЗАПРОСЫ (АДАПТИВНОСТЬ) ---------- */

/* Адаптивность */
@media (max-width: 768px) {
  .precalc {
    padding: 40px 20px;
  }
  .precalc__title {
    font-size: 36px;
  }
  .precalc__row {
    flex-wrap: wrap;
  }
  .precalc__input:first-child,
  .precalc__input:nth-child(2) {
    flex: 1 1 100%;
  }
  .precalc__file {
    flex: 1 1 100%;
  }
}

@media (max-width: 1200px) {
  .advantages__center {
    width: 400px;
    height: 400px;
  }
  .advantages__title {
    font-size: 48px;
  }
}

@media (max-width: 1024px) {
  .advantages__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .advantages__column {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  img.footer__logo-img {
    width: 100%;
  }
  .advantages__wrapper {
    flex-direction: column; /* Все в одну колонку */
  }
  .advantages__column {
    max-width: 100%;
    width: 100%;
    align-items: center;
  }
  .advantages__card {
    max-width: 500px;
  }
  .advantages__center {
    width: 100%;
    max-width: 350px;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .advantages__center-icon {
    width: 50px;
    height: 50px;
  }
  .advantages__title {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .advantages__center {
    max-width: 280px;
  }
  .advantages__center-icon {
    width: 40px;
    height: 40px;
  }
  .advantages__card-title {
    font-size: 24px;
  }

  /* Базовые настройки – делаем .header__top флекс-контейнером */
  .header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .header__mobile-toggle {
    display: none;
  }
  .header {
    padding: 10px;
  }
  .header__mobile-toggle img {
    width: 59px;
    height: 59px;
  }

  .header__logo img {
    max-width: 200px;
  }
  .header__top {
    flex-wrap: nowrap;
  }
  .header__cta {
    display: none;
  }

  .header__cta__mob {
    display: flex;
    width: 59px;
    height: 59px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
  }

  .header-wrap {
    padding-bottom: 0px;
  }
  .header__top {
    padding: 0px;
  }
  .hero__rating {
    margin: 0 auto;
  }
  .hero__title-wrap {
    margin-top: 30px;
    text-align: center;
  }

  .hero__location {
    position: relative;
    margin: 10px auto;
    display: flex;
    background-color: #f7f7f7;
    text-align: center;
    width: fit-content;
    right: 0;
  }

  .wpcf7-list-item {
    margin: 0;
  }

  .hero__col.hero__col--image {
    display: none;
  }

  .benefit-card_mob {
    background-color: #f7f7f7;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    max-width: 195px;
    max-height: 160px;
  }

  .benefit-card__desc {
    white-space: normal;
  }

  .hero__benefits_mob {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .hero__benefits_mob {
    min-height: 743px;
  }

  .cases__header h2 {
    max-width: 323px;

    padding-top: 20px;
  }

  .cases {
    gap: 30px;
  }

  .case-card__infographics {
    flex-direction: column;
  }
  .case-card__image {
    height: 390px;
  }
  .reviews__header {
    justify-content: center;
  }

  button.reviews__btn {
    width: 100%;
  }

  .reviews {
    padding-top: 40px;
  }

  /* Сброс десктопных маржинов и компенсаций */
  .reviews__slider {
    margin: 0 !important;
  }
  .reviews__slider .slick-slide {
    padding: 0 5px; /* зазор между слайдами */
    box-sizing: border-box;
  }
  .review-card {
    margin: 0 !important; /* убираем старые внешние отступы */
    width: 100% !important; /* растягиваем на всю ширину слайда */
  }

  /* Лёгкий сдвиг вправо – чтобы активный слайд не лип к левому краю */
  .reviews__slider .slick-list {
    padding-left: 7%;
  }
  .review-card__header img {
    width: 50%;
  }

  .reviews {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .clients__stats {
    flex: 0;
  }
  .clients {
    flex-direction: column;
  }
  .clients__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  /* Скрываем третий и все последующие логотипы */
  .clients__logos img:nth-child(n + 3) {
    display: none !important;
  }

  /* Чтобы оставшиеся два логотипа не растягивались слишком сильно */
  .clients__logos img {
    width: auto;
    max-width: calc(50% - 10px);
    height: auto;
  }

  .price-card__title {
    font-size: 20px;
  }

  .prices__title {
    font-size: 36px;
  }

  .prices-wrap {
    padding: 80px 0 !important;
  }

  .prices__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 10px;
  }

  .price-card__items {
    display: none;
  }
  .ecology {
    padding-top: 20px !important;
  }

  .faq {
    padding: 80px 10px !important;
  }
  .hero-bottom__content {
    gap: 20px;
  }

  .hero-bottom-img-mob {
    display: flex;
  }
  .hero-bottom-img-mob-one {
    width: 215px;
    height: 215px;
    background-image: url("/wp-content/themes/re_bay/dist/img/Group 419.png");
    background-size: contain;
  }
  .hero-bottom-img-mob-two {
    width: 215px;
    height: 215px;
    background-image: url("/wp-content/themes/re_bay/dist/img/Group 420.png");
    background-size: contain;
  }
}









/* Поведение на мобильных (≤ 768px, брейкпоинт подберите под свой дизайн) */
@media (max-width: 768px) {
img.about_page_img

 {
    max-width: 350px;
}
.hero__benefits_mob_about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 40px;
    position: relative;
}
.hero__col_mob_about {
    width: 100%;
}
.benefit-card_mob_about {
    position: relative;
}
.benefit-card_mob_about{
  background-color: #f7f7f7;
        border-radius: 8px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        max-width: 250px;
       min-height: 160px;
}
      




section.hero_about

 {
    border-radius: 10px;
    margin: 40px 0px 20px 0px;
}
.about_page h1

 {
 
    font-size: 36px;
}


.about_page_form_text {
  display: flex;
  flex-direction: column-reverse;
}

.about_page .hero__col--form{
  padding: 20px;
}



  .container.cases-wrap {
    border-radius: 20px;
  }

  .header__top {
    /* Убедимся, что флекс работает */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* Показываем кнопку меню */
  .header__mobile-toggle {
    display: flex; /* или block, в зависимости от ваших стилей */
    order: -1; /* переносим в самое начало */
  }

  /* Логотип остаётся на втором месте (по умолчанию order: 0) */
  .header__logo {
    order: 0;
    /* можно добавить отступы, если нужно */
    margin: 0 auto; /* центрирование, если логотип должен быть по центру */
  }

  /* Кнопка CTA – третья */
  .header__cta {
    order: 1;
  }

  /* Социальные иконки скрываем, так как в задаче они не фигурируют.
     Если хотите оставить – добавьте order: 2 и ограничьте размеры */
  .header__socials {
    display: none;
  }

  .footer__container {
    padding: 10px;
  }
  .footer__list {
    column-count: 2;
    column-gap: 20px; /* расстояние между столбцами */
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer__list li {
    break-inside: avoid; /* не разрывать пункт между колонками */
    margin-bottom: 8px; /* небольшой отступ снизу для читаемости */
  }

  .footer__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px; /* отступы: вертикальный | горизонтальный */
    list-style: none;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .price-card__thumb {
    margin: 0 auto;
  }

  .reviews__arrow {
    display: none !important;
  }
  .case-slider__arrow {
    display: none !important;
  }
  .reviews__slider-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .hero__col_mob {
    display: flex;
  }
  .benefit-card_mob {
    position: relative;
  }

  .hero__benefits_mob {
    min-height: 700px;
    display: flex;
    flex-wrap: wrap; /* разрешаем перенос на новую строку */
    gap: 10px; /* расстояние между карточками */
    align-content: space-between; /* строки равномерно распределятся по высоте, если нужно заменить justify-content: space-between */
    background-image: url(http://vashofqu.beget.tech/wp-content/themes/re_bay/dist/img/bb1.png);
    background-size: 360px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .benefit-card_mob {
    width: calc(50% - 5px); /* 50% минус половина gap */
    box-sizing: border-box;
    max-height: 100%;
  }

  .how-item__main {
    bottom: -4px;
  }

  .palec_wrap {
    max-width: 350px;
  }

  .palec {
    display: block;
    margin-left: auto;
    width: auto;
    max-width: 100%;
  }

  .when-they__title {
    margin-bottom: 0px;
  }

  .when-they__grid {
    margin-top: 10px;
  }

  .when-they-slider .slick-slide {
    margin-right: 15px; /* зазор до следующего слайда */
    width: 350px; /* фиксированная ширина карточки  */
  }

  .offers-header__left {
    font-size: 36px;
  }
  .offers-header__left {
    max-width: 100%;
  }

  .offers-header__right {
    font-size: 14px;
    max-width: 100%;
  }
  .offers-header {
    flex-direction: column;
  }

  .offers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .offer-card {
    width: 100%;
    margin: 0;
  }
  .offer-card {
    padding: 20px;
    min-width: auto;
    flex-direction: column;
  }

  .offer-card__content {
    max-width: 100%;
  }
  .advantages__column {
    flex-direction: row;
    gap: 10px;
  }
  .advantages__card-title {
    font-size: 21px;
  }
  .advantages__card {
    min-height: 225px;
  }
  .advantages__wrapper {
    padding: 0;
  }
  .advantages {
    background: none;
  }

  .advantages__center {
    max-width: 100%;
  }
  .advantages__title {
    padding-top: 80px;
    margin-bottom: 30px;
  }

  .advantages__wrapper {
    padding-bottom: 80px;
  }
}

.about_wr {
    background-color: #f7f7f7;
}

.about {
   background-color: #f7f7f7;
}
.about__container{
 background-color: #fff;
    border-radius: 10px;
}
.about__stats-desc {
    max-width: 375px;
}
.about__container {
  padding: 50px;
  display: flex;
  align-items: flex-start;
  gap: 50px;                
}

/* Левая текстовая колонка */
.about__left {
  max-width: 790px;             
  width: 100%;
  flex-shrink: 0;
}

/* Иконка */
.about__icon {
  width: 34px;
  height: 34px;
  margin-bottom: 50px;      /* отступ до заголовка (itemSpacing) */
}

.about__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Заголовок */
.about__headline {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;         /* чтобы вписаться в высоту 156px */
  color: #2b2b2b;
  margin: 0 0 50px;         /* нижний отступ совпадает с itemSpacing */
  max-width: 100%;
}

/* Две колонки текста */
.about__columns {
  display: flex;
  gap: 30px;                /* расстояние между колонками */
  margin-bottom: 20px;      /* itemSpacing = 20 внутри Frame 664 */
}

.about__text {
  flex: 1;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #969696;
  margin: 0;
}

/* Блок инфографики */
.about__stats {
  margin-top: 20px;         /* itemSpacing после текстовых колонок */
}

.about__years {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 95px;
  line-height: 1;
  color: #2b2b2b;
  display: block;
  margin-bottom: 20px;      /* отступ до описания */
}

.about__stats-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #969696;
  margin: 0;
}

/* Правая часть с картинкой */
.about__right {
  flex: 1;
  position: relative;
  min-height: 776px;        /* высота секции */
}

.about__image-wrapper {
    position: absolute;
    background-image: url(/wp-content/themes/re_bay/dist/img/abr.png);
    right: -49px;
 top: -80px;
    width: 100%;
    height: 110%;
}

.about__circle {
  position: absolute;
  width: 711px;
  height: 330px;
  background: #f2994a;
  border-radius: 50%;
  bottom: 50px;             /* примерное расположение, как в JSON (x=1771,y=466 относительно группы) */
  right: -50px;             /* на глаз, чтобы выглядело как в макете */
  z-index: 0;
}

.about__desk-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 939px;
  height: 939px;
  object-fit: contain;
  z-index: 1;
}

