/*=================================
   ORANGE ACCENT THEME SUPPORT
   Color: #f27700
   Adaugat ca strat de accent coloristic
   peste paleta albastra principala
==================================*/

/* -------------------------
   1. Scroll-to-top Button → portocaliu
------------------------- */
.scroll-top:after {
    color: #f27700 !important;
    border-color: #f27700 !important;
}
.scroll-top svg {
    color: #f27700 !important;
}

/* -------------------------
   2. Link Button (→ Citeste mai mult) → portocaliu
------------------------- */
.link-btn {
    color: #f27700;
}
.link-btn:before {
    background-color: #f27700;
}
.link-btn:hover {
    color: #f27700;
    opacity: 0.85;
}

/* -------------------------
   3. Service Card → border portocaliu la hover
------------------------- */

/* -------------------------
   4. Service Card 2 (pagina de servicii) → accent portocaliu
------------------------- */

/* -------------------------
   5. Sub-title tag → portocaliu ca varianta secundara
------------------------- */

/* -------------------------
   6. CTA Secțiune → buton contact portocaliu
------------------------- */
.cta-wrap1 .global-btn.style-border:before,
.cta-wrap1 .global-btn.style-border:after {
    background: #f27700 !important;
}
.cta-wrap1 .global-btn.style-border:hover {
    color: #fff !important;
}

/* -------------------------
   7. Counter Numbers → portocaliu
------------------------- */

/* -------------------------
   8. Hero Cards → icon background portocaliu
------------------------- */
.hero-card_icon {
    transition: background-color 0.3s ease;
}
.hero-card:hover .hero-card_icon {
    background: rgba(242, 119, 0, 0.12) !important;
}

/* -------------------------
   9. Footer Social Links → hover portocaliu
------------------------- */
.social-links a:hover,
.social-links-header a:hover {
    color: #f27700 !important;
}

/* -------------------------
   10. Cookie Accept Button → portocaliu
------------------------- */
.cookie-accept {
    background: #f27700 !important;
    box-shadow: 0 2px 8px rgba(242, 119, 0, 0.3) !important;
}
.cookie-accept:hover {
    background: #d46500 !important;
    box-shadow: 0 4px 12px rgba(242, 119, 0, 0.45) !important;
}

/* -------------------------
   11. Breadcrumb Separator → portocaliu
------------------------- */
.breadcrumb-item + .breadcrumb-item::before {
    color: #f27700 !important;
}
/* Скрываем иконочный разделитель (FA может быть не в сабсете) и ставим текстовый › */
.breadcumb-menu li:after {
    content: none !important;
}
.breadcumb-menu li + li::before {
    content: "›" !important;
    margin-right: 8px;
    color: var(--title-color);
    font-family: inherit !important;
    font-weight: 400;
}
.breadcumb-menu li.active,
.breadcumb-menu li a:hover {
    color: #f27700 !important;
}

/* Уменьшить высоту блока заголовка страницы */
.breadcumb-content {
    padding: 40px 0 !important;
}
.breadcumb-menu {
    margin-top: 12px !important;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    font-size: 14px !important;
}
@media (max-width: 991px) {
    .breadcumb-content { padding: 24px 0 !important; }
    .breadcumb-title { font-size: 32px !important; }
}
@media (max-width: 575px) {
    .breadcumb-content { padding: 20px 0 !important; }
    .breadcumb-title { font-size: 26px !important; }
}

/* -------------------------
   12. Global Button → varianta portocalie noua
------------------------- */
.global-btn.style-orange {
    background-color: #f27700;
    color: #fff;
    border: none;
}
.global-btn.style-orange:before,
.global-btn.style-orange:after {
    background: #d46500;
}
.global-btn.style-orange:hover {
    color: #fff;
}

/* -------------------------
   13. Blog/Audit Cards → accent de citire portocaliu
------------------------- */

/* -------------------------
   14. Feature / Process Cards → icon border portocaliu la hover
------------------------- */

/* -------------------------
   15. Newsletter Form Submit Button → hover portocaliu
------------------------- */

/* -------------------------
   16. Section title underline accent (widget)
------------------------- */
.widget_title:after {
    background-color: #f27700 !important;
}

/* -------------------------
   17. Mobile Menu Active Item
------------------------- */
.mobile-menu ul li.active-class > a {
    color: #f27700 !important;
}
.mobile-menu ul .menu-toggle {
    color: #f27700;
}

/* -------------------------
   18. Input Focus Ring → portocaliu
------------------------- */
select:focus,
.form-control:focus,
textarea:focus,
input:focus {
    border-color: #f27700 !important;
}

/* -------------------------
   19. Testimonial / Partner Stars → portocaliu
------------------------- */

/* -------------------------
   20. On-top Footer CTA → portocaliu gradient accent
------------------------- */

/* -------------------------
   21. WCU Cards (audit/why-choose-us) → accent portocaliu la hover 
------------------------- */
.wcu-card {
    transition: border-left-color 0.3s ease;
}
.wcu-card:hover {
    border-left-color: #f27700 !important;
}

/* -------------------------
   22. Process/Team → line number accent
------------------------- */
.process-card_number {
    color: #f27700;
}
.process-card::before {
    border-color: rgba(242, 119, 0, 0.2);
}

/* -------------------------
   23. About page CTA button → portocaliu
------------------------- */

/* -------------------------
   24. Decorative shape accent linie portocalie sus pe secțiuni
------------------------- */
.space[class*="service"] {
    position: relative;
}

/* -------------------------
   25. Хлебные крошки в шапках услуги, категории и статьи (ТЗ 1.10)
------------------------- */
.ad-crumbs ol {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
    line-height: 1.5;
}
.ad-crumbs li {
    color: var(--body-color);
}
.ad-crumbs li + li::before {
    content: "/";
    margin: 0 8px;
    color: #f27700;
}
.ad-crumbs a {
    color: inherit;
}
.ad-crumbs a:hover {
    color: #f27700;
}
.ad-crumbs li[aria-current] {
    color: var(--title-color);
    font-weight: 500;
}
.ad-crumbs--light li {
    color: rgba(255, 255, 255, 0.8);
}
.ad-crumbs--light li[aria-current] {
    color: #fff;
}
.ad-crumbs--start ol {
    justify-content: flex-start;
}
/* Крошки всегда в одну строку, длинный последний пункт обрезается многоточием: высота шапки не зависит
   от шрифта, подмена Inter после загрузки не сдвигает макет (CLS, ТЗ 1.9). */
.ad-crumbs {
    /* Ширина не зависит от длины текста: иначе строка без переноса распирает колонку статьи шире экрана. */
    width: 0;
    min-width: 100%;
}
.ad-crumbs ol {
    flex-wrap: nowrap;
    white-space: nowrap;
}
.ad-crumbs li {
    flex-shrink: 0;
}
.ad-crumbs li[aria-current] {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* -------------------------
   26. <picture> от EWWW (WebP) не участвует в раскладке: flex/grid-правила шаблона
   рассчитаны на <img> прямым потомком (ТЗ 1.9)
------------------------- */
picture {
    display: contents;
}
/* Картинки с атрибутами width/height: браузер резервирует место до загрузки (CLS), а высота
   считается от ширины из CSS. :where() — нулевая специфичность, явные высоты шаблона сильнее. */
:where(img[width][height]) {
    height: auto;
}

/* -------------------------
   27. [5.7] Компактная форма на посадочных и CTA в середине страницы услуги
------------------------- */
.ad-landing-form {
    padding: 50px 0;
    /* Переход по кнопке CTA (#ad-landing-form): заголовок формы не уходит под липкую шапку. */
    scroll-margin-top: 110px;
}
.ad-landing-form__card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 24px 40px;
    align-items: center;
    padding: 32px 36px;
    border-radius: 18px;
    background: var(--smoke-color, #f3f7fb);
    border: 1px solid rgba(0, 82, 166, 0.1);
}
.ad-landing-form__title {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.25;
}
.ad-landing-form__service {
    margin: 0 0 12px;
    font-size: 15px;
}
.ad-landing-form__phone {
    font-weight: 700;
    color: var(--title-color);
}
.ad-landing-form__phone i {
    color: #f27700;
    margin-right: 6px;
}
.ad-landing-form__fields {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 12px;
    align-items: start;
}
.ad-landing-form__fields .form-group {
    margin: 0;
}
.ad-landing-form__fields .global-btn {
    width: 100%;
    white-space: nowrap;
}
.ad-landing-form__consent {
    margin: 10px 0 0;
    font-size: 12px;
    color: #888;
    line-height: 1.5;
}
.ad-landing-form__consent a {
    color: #f27700;
}
@media (max-width: 991px) {
    .ad-landing-form__card {
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }
    .ad-landing-form__fields {
        grid-template-columns: 1fr;
    }
    .ad-landing-form__title {
        font-size: 22px;
    }
}

.ad-mid-cta {
    padding: 10px 0 30px;
}
.ad-mid-cta__bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px 24px;
    padding: 20px 28px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(242, 119, 0, 0.3);
    box-shadow: 0 8px 24px rgba(12, 40, 88, 0.06);
}
.ad-mid-cta__text {
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color);
}
.ad-mid-cta__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 22px;
}
.ad-mid-cta__phone {
    font-weight: 700;
    color: var(--title-color);
    white-space: nowrap;
}
.ad-mid-cta__phone i {
    color: #f27700;
    margin-right: 6px;
}
@media (max-width: 575px) {
    .ad-mid-cta__bar {
        padding: 18px;
        justify-content: center;
        text-align: center;
    }
    .ad-mid-cta__text {
        font-size: 18px;
    }
    .ad-mid-cta__actions {
        justify-content: center;
    }
}

/* -------------------------
   28. [5.8] Плавающая кнопка мессенджеров — только телефон и планшет
------------------------- */
.ad-messengers {
    display: none;
}
@media (max-width: 991px) {
    .ad-messengers {
        display: block;
        position: fixed;
        right: 16px;
        bottom: 16px;
        z-index: 9990;
    }
    .ad-messengers__toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        border: 0;
        border-radius: 50%;
        background: #f27700;
        color: #fff;
        font-size: 22px;
        box-shadow: 0 8px 24px rgba(242, 119, 0, 0.4);
    }
    .ad-messengers__icon-close,
    .ad-messengers.is-open .ad-messengers__icon-open {
        display: none;
    }
    .ad-messengers.is-open .ad-messengers__icon-close {
        display: inline;
    }
    .ad-messengers__list {
        position: absolute;
        right: 0;
        bottom: 68px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        min-width: 170px;
    }
    .ad-messengers__list[hidden] {
        display: none;
    }
    .ad-messengers__item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 11px 16px;
        border-radius: 28px;
        background: #fff;
        color: var(--title-color);
        font-weight: 600;
        box-shadow: 0 6px 20px rgba(12, 40, 88, 0.16);
        white-space: nowrap;
    }
    .ad-messengers__item i {
        width: 20px;
        text-align: center;
        font-size: 18px;
    }
    .ad-messengers__item--whatsapp i { color: #25d366; }
    .ad-messengers__item--viber i { color: #7360f2; }
    .ad-messengers__item--telegram i { color: #229ed9; }
    .ad-messengers__item--phone i { color: #f27700; }
    .ad-messengers__item--offer i { color: #f27700; }
    /* На телефоне и планшете плавающая кнопка одна: CTA услуг — пунктом «Solicită ofertă» в этом меню. */
    #floating-cta-wrap {
        display: none !important;
    }
}

/* -------------------------
   29. [5.11] Страница контактов
------------------------- */
.ad-contacts__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}
.ad-contacts__cards {
    display: grid;
    gap: 14px;
    margin-bottom: 20px;
}
.ad-contacts__card {
    display: flex;
    gap: 16px;
    padding: 20px 22px;
    border-radius: 14px;
    background: var(--smoke-color, #f3f7fb);
    border: 1px solid rgba(0, 82, 166, 0.08);
}
.ad-contacts__icon {
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #fff;
    color: #f27700;
    font-size: 18px;
}
.ad-contacts__label {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 600;
    color: var(--body-color);
}
.ad-contacts__value {
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 600;
    color: var(--title-color);
}
.ad-contacts__value a {
    color: inherit;
}
.ad-contacts__value a:hover,
.ad-contacts__link:hover {
    color: #f27700;
}
.ad-contacts__link {
    display: inline-block;
    margin-top: 4px;
    font-size: 14px;
    color: var(--theme-color);
}
.ad-contacts__messengers {
    margin-top: 10px;
}
.ad-contacts__map {
    position: relative;
    height: 320px;
    border-radius: 14px;
    overflow: hidden;
    background: #e8eef5;
}
.ad-contacts__map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.ad-contacts__block {
    margin-top: 20px;
    padding: 20px 22px;
    border-radius: 14px;
    border: 1px solid rgba(0, 82, 166, 0.1);
}
.ad-contacts__block-title {
    margin: 0 0 8px;
    font-size: 20px;
}
.ad-contacts__block p {
    margin: 0;
}
@media (max-width: 991px) {
    .ad-contacts__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .ad-contacts__map {
        height: 260px;
    }
}
.ad-contacts__legal {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color);
}
.ad-contacts__note {
    margin: 12px 0 0;
    font-size: 14px;
}
.map-area .ad-contacts__map {
    margin-bottom: 60px;
}

/* Флаг выбранного языка в шапке — по центру строки с названием языка. */
.ad-lang-current svg {
    vertical-align: -2px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

/* -------------------------
   30. [5.2] Пакеты с критериями входа
------------------------- */
.ad-packages .title-area {
    margin-bottom: 28px;
}
.ad-packages__demo {
    max-width: 760px;
    margin: 0 auto 28px;
    padding: 12px 18px;
    border-radius: 10px;
    border: 1px dashed #f27700;
    background: #fff7ed;
    color: #9a3412;
    text-align: center;
    font-size: 15px;
}
.ad-packages__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
}
.ad-packages__field > span,
.ad-packages__field legend {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--title-color);
}
.ad-packages__field .form-control {
    height: 46px;
    padding: 0 14px;
    background: #fff;
}
.ad-packages__field label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    cursor: pointer;
}
/* style.css темы прячет все radio (display:none) под свой label::before — здесь нужны обычные. */
.ad-packages__field input[type="radio"] {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    flex: none;
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #f27700;
}
.ad-package.is-featured {
    border-color: #f27700;
    box-shadow: 0 12px 30px rgba(242, 119, 0, 0.12);
}
.ad-package.is-match {
    border-color: #f27700;
    box-shadow: 0 0 0 3px rgba(242, 119, 0, 0.35), 0 12px 30px rgba(242, 119, 0, 0.12);
}
.ad-package.is-dimmed {
    opacity: 0.55;
}

/* -------------------------
   31. [5.1] Калькулятор стоимости
------------------------- */
.ad-calc__card {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 2fr);
    gap: 32px;
    padding: 32px;
    border-radius: 18px;
    border: 1px solid #e3e9f1;
    background: #fff;
}
.ad-calc__title {
    margin: 0 0 10px;
    font-size: 28px;
}
.ad-calc__text {
    margin: 0 0 16px;
}
.ad-calc__intro .ad-packages__demo {
    margin: 0;
    text-align: left;
}
.ad-calc__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.ad-calc__grid .form-select {
    height: 46px;
    padding: 0 36px 0 14px !important;
    line-height: 44px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%230c2858' stroke-width='1.8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px 8px;
    border-radius: 8px;
    background-color: #fff;
    font-size: 15px;
}
.ad-calc__result {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 20px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #eef2f7;
}
.ad-calc__range {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: #f27700;
    font-variant-numeric: tabular-nums;
}
.ad-calc__note {
    flex: 1 1 200px;
    margin: 0;
    font-size: 14px;
    color: var(--body-color);
}
.ad-calc__form[data-demo] {
    opacity: 0.6;
}
@media (max-width: 991px) {
    .ad-calc__card {
        grid-template-columns: 1fr;
        padding: 24px 20px;
        gap: 20px;
    }
    .ad-calc__grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 575px) {
    .ad-calc__grid {
        grid-template-columns: 1fr;
    }
    .ad-calc__range {
        font-size: 22px;
    }
    .ad-calc__result .global-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Блок подписки убран: отступ подвала под «наезжающую» плашку (115px) не нужен — хватает отступа .widget-area (90 / 40px). */
.footer-layout1 {
    padding-top: 0;
}

/* -------------------------
   32. [5.2] [5.1] Абонемент по прайсу 2026: условия, надбавки/скидки, расшифровка расчёта
------------------------- */
.ad-packages__lead {
    max-width: 720px;
    margin: 14px auto 0;
}
.ad-packages__field .form-select {
    height: 46px;
    padding: 0 36px 0 14px !important;
    line-height: 44px;
    border-radius: 8px;
    background-color: #fff;
    font-size: 15px;
}
.ad-calc__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ad-calc__grid .form-control {
    height: 46px;
    padding: 0 14px;
    background: #fff;
}
.ad-calc__card {
    grid-template-columns: 1fr;
}
.ad-calc__options {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 18px 28px;
    margin-top: 20px;
}
.ad-calc__checks {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
}
.ad-calc__checks legend {
    float: none;
    width: auto;
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--title-color);
}
.ad-calc__checks label {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
}
/* style.css темы прячет все checkbox — здесь нужны обычные. */
.ad-calc__checks input[type="checkbox"] {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    flex: none;
    width: 16px;
    height: 16px;
    margin: 0;
    position: relative;
    top: 2px;
    accent-color: #f27700;
}
.ad-calc__checks em {
    margin-left: auto;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
    color: var(--title-color);
}
.ad-calc__result {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    align-items: center;
}
.ad-calc__package {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--body-color);
}
.ad-calc__breakdown {
    margin: 0;
    font-size: 14px;
}
.ad-calc__breakdown > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 3px 0;
}
.ad-calc__breakdown dt {
    font-weight: 400;
}
.ad-calc__breakdown dd {
    margin: 0;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}
@media (max-width: 1199px) {
    .ad-calc__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ad-calc__result {
        grid-template-columns: 1fr 1fr;
    }
    .ad-calc__result .global-btn {
        grid-column: 1 / -1;
        justify-self: start;
    }
}
@media (max-width: 767px) {
    
    .ad-calc__options,
    .ad-calc__result {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 575px) {
    .ad-calc__grid {
        grid-template-columns: 1fr 1fr;
    }
    .ad-calc__grid > label:first-child {
        grid-column: 1 / -1;
    }
}

/* 5 пакетов: в один ряд на широком экране, условия — подпись над значением (карточки узкие). */
.ad-calc__range {
    font-size: 24px;
    line-height: 1.3;
}

/* -------------------------
   33. [5.2] [5.1] Тарифы Audit DATA: сетка по операциям, дополнительные услуги, калькулятор
------------------------- */
.ad-tariffs {
    grid-column: 1 / -1;
}
.ad-tariffs summary {
    cursor: pointer;
    font-weight: 700;
    color: var(--title-color);
}
.ad-tariffs summary:focus-visible {
    outline: 2px solid #f27700;
    outline-offset: 3px;
}
.ad-tariffs__table-wrap {
    margin-top: 14px;
    overflow-x: auto;
    columns: 3 220px;
    column-gap: 28px;
}
.ad-tariffs__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    font-variant-numeric: tabular-nums;
}
.ad-tariffs__table th,
.ad-tariffs__table td {
    padding: 5px 8px;
    border-bottom: 1px solid rgba(12, 40, 88, 0.08);
    text-align: left;
}
.ad-tariffs__table td:last-child,
.ad-tariffs__table th:last-child {
    text-align: right;
}
.ad-tariffs__table tr {
    break-inside: avoid;
}
.ad-calc__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 220px));
}
.ad-calc__hint {
    margin: 10px 0 0;
    font-size: 13px;
    color: var(--body-color);
}
.ad-calc__group {
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px dashed rgba(12, 40, 88, 0.12);
}
.ad-calc__checks input[type="radio"] {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    flex: none;
    width: 16px;
    height: 16px;
    margin: 0;
    position: relative;
    top: 2px;
    accent-color: #f27700;
}
.ad-calc__flag {
    margin: 6px 0 0;
    padding: 8px 12px;
    border-radius: 8px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 14px;
}
.ad-calc__form[data-state="individual"] .ad-calc__range {
    font-size: 22px;
}
@media (max-width: 575px) {
    .ad-calc__grid--2 {
        grid-template-columns: 1fr 1fr;
    }
    .ad-calc__grid--2 > label:first-child {
        grid-column: auto;
    }
}

/* -------------------------
   34. [5.2] Блок тарифов как во флаере Audit DATA: карточки «Базовые тарифы», «Что включает абонемент»,
   «Как рассчитываются операции», «Факторы», «Дополнительные услуги»
------------------------- */
.ad-offer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}
.ad-offer__card {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #dfe7f1;
    background: #fff;
}
.ad-offer__card--tariffs {
    grid-row: span 2;
}
.ad-offer__card--wide {
    grid-column: 1 / -1;
}
.ad-offer__title {
    margin: 0 0 4px;
    font-size: 20px;
    color: var(--title-color);
}
.ad-offer__sub {
    margin: 0 0 14px;
    font-size: 14px;
    color: var(--body-color);
}
.ad-offer__text {
    margin: 8px 0 0;
    font-size: 15px;
}
.ad-offer__foot {
    margin: 12px 0 0;
    font-size: 13px;
    font-style: italic;
    color: var(--body-color);
}
.ad-offer__table-wrap {
    overflow-x: auto;
}
.ad-offer__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    font-variant-numeric: tabular-nums;
}
.ad-offer__table th,
.ad-offer__table td {
    padding: 9px 10px;
    border-bottom: 1px solid #e8eef5;
    text-align: left;
    font-weight: 400;
}
.ad-offer__table thead th {
    background: #eef4fb;
    font-size: 13px;
    font-weight: 700;
    color: var(--title-color);
}
.ad-offer__table td:nth-child(2) {
    text-align: right;
    white-space: nowrap;
}
.ad-offer__table td strong {
    color: var(--title-color);
}
.ad-offer__table td:last-child {
    width: 36px;
    text-align: center;
}
.ad-offer__pick {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff3e6;
    color: #f27700;
}
.ad-offer__pick:hover,
.ad-offer__pick:focus-visible {
    background: #f27700;
    color: #fff;
}
.ad-offer__checks,
.ad-offer__factors,
.ad-offer__conditions {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
}
.ad-offer__checks li {
    position: relative;
    padding: 5px 0 5px 28px;
}
.ad-offer__checks li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 7px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--title-color);
    color: #fff;
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
}
.ad-offer__factors {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 18px;
}
.ad-offer__factors li {
    padding: 4px 0 4px 16px;
    position: relative;
}
.ad-offer__factors li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f27700;
}
.ad-offer__conditions {
    margin-top: 16px;
    font-size: 14px;
}
.ad-offer__conditions li {
    padding: 3px 0;
}
.ad-tariffs__table-wrap--services {
    columns: 2 380px;
}
.ad-offer .ad-tariffs {
    margin-top: 14px;
}
@media (max-width: 991px) {
    .ad-offer {
        grid-template-columns: 1fr;
    }
    .ad-offer__card--tariffs {
        grid-row: auto;
    }
}
@media (max-width: 575px) {
    .ad-offer__card {
        padding: 18px 14px;
    }
    .ad-offer__factors {
        grid-template-columns: 1fr;
    }
}
.ad-offer__card--tariffs {
    grid-row: span 3;
}
.ad-calc__group-title {
    margin: 4px 0 4px;
    font-size: 13px;
    font-weight: 600;
    color: var(--title-color);
}
