

/* Start:/local/templates/karad/components/bitrix/news.detail/usluga_v2/style.css?178971472329135*/
/*
 * Страница услуги по макету Figma (шаблон usluga_v2, ТЗ 16.09.2026). Префикс sv- (service v2).
 * Размеры — из макета 1460 (контейнер 1360) и мобильного 390 (контейнер 370).
 */
.sv {
    --sv-accent: #947a63;
    --sv-accent-2: #c9a86a;
    --sv-bg: #121212;
    --sv-card: #15181d;
    --sv-card-2: #1a1e25;
    --sv-dark: #0e1116;
    --sv-line: #2a2e36;
    --sv-muted: #b0b0b0;
    --sv-radius: 4px;
    color: #fff;
}
.sv .visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); border: 0; }

/* секция сама является .container — только вертикальные отступы, shorthand убил бы margin: auto */
.sv-section { margin-top: 0; margin-bottom: 90px; }
.sv-section__title {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
    text-transform: none;
    margin: 0 0 40px;
}
.sv-section__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.sv-section__head .sv-section__title { margin-bottom: 0; }
.sv-section__head--stack { flex-direction: column; gap: 8px; }
.sv-section__sub { margin: 0; font-size: 16px; line-height: 1.2; color: rgba(255,255,255,.6); }

/* ---- кнопки со скошенными углами, как в шапке и подвале сайта ---- */
.sv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 0 40px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
    transition: background-color .25s ease, color .25s ease;
}
.sv-btn:hover, .sv-btn:focus-visible { text-decoration: none; }
.sv-btn--accent { background: var(--sv-accent); color: #fff; }
.sv-btn--accent:hover { background: #a98c74; color: #fff; }
.sv-btn--dark { background: var(--sv-card-2); color: #fff; }
.sv-btn--dark:hover { background: #262b34; color: #fff; }
/* Контурная: clip-path режет и рамку, поэтому «рамка» — это фон, а внутренность — псевдоэлемент */
.sv-btn--outline { position: relative; isolation: isolate; background: var(--sv-accent); color: #fff; }
.sv-btn--outline::before {
    content: '';
    position: absolute; inset: 1px; z-index: -1;
    background: var(--sv-bg);
    clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 13px 100%, 0 calc(100% - 13px));
    transition: background-color .25s ease;
}
.sv-btn--outline:hover { color: #fff; }
.sv-btn--outline:hover::before { background: var(--sv-card-2); }

/* ---- первый экран ---- */
.sv-hero {
    position: relative;
    /* Шапка сайта абсолютная и разной высоты (120…208px) — точное значение ставит script.js в --sv-header */
    margin: var(--sv-header, 121px) 0 10px;
    min-height: 500px;
    background: #040406 center right / cover no-repeat;
    display: flex;
    align-items: stretch;
}
.sv-hero__shade {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(4,4,6,.92) 0%, rgba(4,4,6,.7) 38%, rgba(4,4,6,.12) 70%, rgba(4,4,6,0) 100%);
}
.sv-hero__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 23px;
    padding-bottom: 60px;
}
.sv-crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; line-height: 1.3; color: #fff; margin: 0 0 30px; }
.sv-crumbs a { color: #fff; text-decoration: none; }
.sv-crumbs a:hover { color: var(--sv-accent-2); }
.sv-crumbs span { color: #fff; }
.sv-crumbs__current { color: rgba(255,255,255,.5) !important; }
.sv-hero__title {
    max-width: 670px;
    font-size: 58px;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
    text-transform: none;
    margin: 0 0 14px;
}
.sv-hero__text { max-width: 670px; font-size: 16px; line-height: 1.2; color: #fff; margin: 0 0 60px; }
.sv-hero__btn { align-self: flex-start; min-width: 310px; }
.sv-hero__photo { display: none; }

/* ---- три карточки под баннером ---- */
.sv-facts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 90px;
}
.sv-facts__card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    min-height: 80px;
    background: var(--sv-card);
    border-radius: var(--sv-radius);
}
.sv-facts__icon {
    flex: 0 0 40px;
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,.1);
    border-radius: var(--sv-radius);
}
.sv-facts__icon img { width: 32px; height: 32px; display: block; }
.sv-facts__text { font-size: 16px; line-height: 1.25; color: #fff; max-width: 200px; }

/* ---- карточка (виды услуги и проекты) ---- */
.sv-card {
    display: flex;
    flex-direction: column;
    background: var(--sv-card-2);
    border-radius: var(--sv-radius);
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
}
a.sv-card:hover { color: #fff; text-decoration: none; transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.sv-card__img-link { display: block; }
/* Селектор с родителем: в bundle.css есть img:not([draggable]) { height: auto } — он бьёт одиночный класс */
.sv-card .sv-card__img { display: block; width: 100%; height: 230px; object-fit: cover; background: var(--sv-dark); }
.sv-card__img--empty { background: var(--sv-dark); }
.sv-card__body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 20px 20px 20px; gap: 10px; }
.sv-card__title { font-size: 18px; font-weight: 600; line-height: 1.2; color: #fff; text-transform: none; margin: 0; }
.sv-card__title a { color: #fff; text-decoration: none; }
.sv-card__title a:hover { color: var(--sv-accent-2); }
.sv-card__text { flex: 1 1 auto; font-size: 14px; line-height: 1.2; color: var(--sv-muted); margin: 0; }
.sv-card__more { display: inline-block; margin-top: 10px; font-size: 16px; font-weight: 500; line-height: 1.25; color: var(--sv-accent); text-decoration: none; }
.sv-card__more:hover, a.sv-card:hover .sv-card__more { color: var(--sv-accent-2); text-decoration: none; }

/* ---- виды услуги ---- */
.sv-types__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sv-types .sv-card { min-height: 376px; }

/* ---- галерея: контейнер 1360×550, стрелки внутри, миниатюры лентой по центру ---- */
.sv-gallery { outline: none; }
.sv-gallery__main {
    position: relative;
    width: 100%;
    aspect-ratio: 1360 / 550;
    background: var(--sv-dark);
    border-radius: var(--sv-radius);
    overflow: hidden;
}
.sv-gallery__main .sv-gallery__media {
    position: absolute; inset: 0;
    width: 100%; height: 100%; max-width: none;
    object-fit: contain;
    display: block;
    background: var(--sv-dark);
}
/* Горизонтальные заполняют контейнер, вертикальные показываются целиком (ТЗ п.3 — без произвольной обрезки) */
.sv-gallery__main .sv-gallery__media--landscape { object-fit: cover; }
.sv-gallery__main .sv-gallery__media--portrait { object-fit: contain; }
.sv-gallery__media--zoom { cursor: zoom-in; }
.fancybox-container { z-index: 2147483647; } /* виджет чата сидит на 2147483646 */
.sv-gallery__arrow {
    position: absolute; top: 50%; z-index: 2;
    transform: translateY(-50%);
    width: 40px; height: 40px;
    border: 0;
    border-radius: var(--sv-radius);
    background: var(--sv-accent);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    opacity: .85;
    transition: background-color .25s ease, opacity .25s ease;
}
.sv-gallery__arrow:hover { background: #a98c74; opacity: 1; }
.sv-gallery__arrow--prev { left: 20px; }
.sv-gallery__arrow--next { right: 20px; }
.sv-gallery__thumbs {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    width: max-content;
    max-width: 100%;
    margin: 10px auto 0;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: var(--sv-accent) transparent;
    padding-bottom: 4px;
}
.sv-gallery__thumb {
    position: relative;
    flex: 0 0 104px;
    width: 104px; height: 80px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: var(--sv-radius);
    background: var(--sv-dark);
    overflow: hidden;
    cursor: pointer;
    scroll-snap-align: start;
    opacity: .7;
    transition: opacity .2s ease, border-color .2s ease;
}
.sv-gallery__thumb img { width: 100%; height: 100% !important; object-fit: cover; display: block; }
.sv-gallery__thumb:hover { opacity: 1; }
.sv-gallery__thumb.is-active { opacity: 1; border-color: var(--sv-accent); }
.sv-gallery__play {
    position: absolute; left: 50%; top: 50%;
    width: 24px; height: 24px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--sv-accent);
}
.sv-gallery__play::after {
    content: '';
    position: absolute; left: 9px; top: 7px;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
}

/* ---- прайс-лист ---- */
.sv-price__desk { display: block; }
.sv-price__head, .sv-price__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) repeat(var(--sv-price-cols, 4), 215px);
    gap: 10px;
    align-items: center;
    padding: 14px 20px;
    border-radius: var(--sv-radius);
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
}
.sv-price__head {
    padding: 0 20px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--sv-accent);
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--sv-accent);
}
.sv-price__row:nth-child(even) { background: var(--sv-dark); }
.sv-price__row:nth-child(odd) { background: var(--sv-card-2); }
.sv-price__cell { text-align: center; }
.sv-price__cell--service { text-align: left; }
.sv-price__mob { display: none; }

/* ---- что входит в стоимость ---- */
.sv-incl__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px 10px; }
.sv-incl__card {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background: var(--sv-card);
    border-radius: var(--sv-radius);
}
/* Восемь карточек: две последние растягиваются на полторы колонки, как в макете */
.sv-incl__grid--n2 .sv-incl__card:nth-last-child(-n+2) { grid-column: span 3; }
.sv-incl__grid--n1 .sv-incl__card:last-child { grid-column: span 6; }
.sv-incl__head { display: flex; align-items: flex-start; gap: 14px; }
.sv-incl__num { flex: 0 0 auto; font-size: 40px; font-weight: 700; line-height: 1; color: var(--sv-accent); }
.sv-incl__title { font-size: 18px; font-weight: 600; line-height: 1.2; color: #fff; text-transform: none; margin: 9px 0 0; }
.sv-incl__text { margin: 0; font-size: 16px; line-height: 1.25; color: rgba(255,255,255,.5); }

/* ---- форма записи: фото слева, панель справа, на всю ширину экрана ---- */
.sv-form {
    display: grid;
    grid-template-columns: minmax(0, 47%) minmax(0, 53%);
    min-height: 489px;
    margin: 0 0 90px;
    background: var(--sv-card-2);
    scroll-margin-top: var(--sv-header, 120px);
}
.sv-form__media { background: var(--sv-dark) center / cover no-repeat; min-height: 300px; }
.sv-form__panel { padding: 40px 50px 40px 40px; background: var(--sv-accent); color: #fff; }
.sv-form__title { margin: 0 0 14px; font-size: 36px; font-weight: 600; line-height: 1.1; color: #fff; text-transform: none; }
.sv-form__text { margin: 0 0 40px; font-size: 16px; line-height: 1.3; color: #fff; }
.sv-form__form { display: block; }
.sv-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.sv-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sv-form__field { position: relative; }
.sv-form__input, .sv-select__trigger {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    background: rgba(255,255,255,.1);
    border: 1px solid transparent;
    border-radius: var(--sv-radius);
    outline: none;
    transition: background-color .2s ease, border-color .2s ease;
}
.sv-form__input::placeholder { color: rgba(255,255,255,.7); opacity: 1; }
.sv-form__input:focus, .sv-select__trigger:focus-visible, .sv-select.is-open .sv-select__trigger { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.5); }
/* Ошибка обязательного поля: красная рамка и подпись под полем (ТЗ п.6) */
.sv-form__field.is-error .sv-form__input { border-color: #ff5a5a; background: rgba(255,90,90,.16); }
.sv-form__error { display: none; margin-top: 4px; font-size: 12px; line-height: 1.2; color: #ffd3d3; }
.sv-form__field.is-error .sv-form__error, .sv-form__agree.is-error .sv-form__error--agree { display: block; }

/* мультивыбор услуг */
.sv-select { position: relative; }
.sv-select__trigger { display: flex; align-items: center; justify-content: space-between; gap: 10px; text-align: left; cursor: pointer; }
.sv-select__label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sv-select__arrow { flex: 0 0 auto; width: 0; height: 0; border-style: solid; border-width: 6px 5px 0 5px; border-color: #fff transparent transparent transparent; transition: transform .2s ease; }
.sv-select.is-open .sv-select__arrow { transform: rotate(180deg); }
.sv-select__list {
    position: absolute; left: 0; right: 0; top: calc(100% + 4px); z-index: 20;
    max-height: 264px;
    overflow-y: auto;
    padding: 6px 0;
    background: var(--sv-card-2);
    border: 1px solid var(--sv-line);
    border-radius: var(--sv-radius);
    box-shadow: 0 12px 30px rgba(0,0,0,.4);
}
.sv-select__list[hidden] { display: none; }
.sv-select__option { display: flex; align-items: center; gap: 10px; margin: 0; padding: 9px 16px; font-size: 14px; line-height: 1.3; color: #fff; cursor: pointer; }
.sv-select__option:hover { background: rgba(255,255,255,.06); }
.sv-select__check { position: absolute; opacity: 0; width: 1px; height: 1px; }
.sv-select__box, .sv-form__agree-box {
    flex: 0 0 16px;
    width: 16px; height: 16px;
    border: 1px solid #fff;
    border-radius: 2px;
    position: relative;
    transition: background-color .15s ease;
}
.sv-select__check:checked + .sv-select__box, .sv-form__checkbox:checked + .sv-form__agree-box { background: #fff; }
.sv-select__check:checked + .sv-select__box::after, .sv-form__checkbox:checked + .sv-form__agree-box::after {
    content: '';
    position: absolute; left: 4px; top: 1px;
    width: 5px; height: 9px;
    border: solid var(--sv-accent);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.sv-select__check:focus-visible + .sv-select__box { outline: 2px solid var(--sv-accent-2); }
.sv-form__agree-box { border-color: #fff; }
.sv-form__agree.is-error .sv-form__agree-box { border-color: #ff5a5a; box-shadow: 0 0 0 2px rgba(255,90,90,.35); }

.sv-form__bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: center; margin-top: 24px; }
.sv-form__agree { position: relative; display: flex; flex-wrap: wrap; align-items: flex-start; gap: 10px; margin: 0; font-size: 14px; line-height: 1.2; color: #fff; cursor: pointer; }
.sv-form__checkbox { position: absolute; opacity: 0; width: 1px; height: 1px; }
.sv-form__agree-text { flex: 1 1 200px; }
.sv-form__agree-text a { color: #fff; text-decoration: underline; }
.sv-form__error--agree { flex-basis: 100%; }
.sv-form__submit { width: 100%; min-height: 58px; padding: 0 20px; }
.sv-form .karad-captcha-note { grid-column: 1 / -1; }

.sv-form__contacts { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 40px; }
.sv-form__contacts-text { max-width: 267px; font-size: 14px; line-height: 1.3; color: #fff; }
.sv-form__socials { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.sv-form__social {
    display: inline-flex; align-items: center; gap: 8px;
    height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease;
}
.sv-form__social:hover { color: #fff; text-decoration: none; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }
.sv-form__social img { width: 20px; height: 20px; display: block; object-fit: contain; }

/* ---- наши проекты: slick со стрелками в заголовке ---- */
.sv-cases__nav { display: flex; gap: 10px; padding-top: 4px; }
.sv-cases__arrow {
    width: 40px; height: 40px;
    border: 1px solid var(--sv-accent);
    border-radius: var(--sv-radius);
    background: var(--sv-card-2);
    color: #fff;
    font-size: 16px; font-weight: 600; line-height: 1;
    cursor: pointer;
    transition: background-color .25s ease, opacity .25s ease;
}
.sv-cases__arrow:hover { background: var(--sv-accent); }
.sv-cases__arrow.slick-disabled { opacity: .5; cursor: default; }
.sv-cases__slider { margin: 0 -10px; }
.sv-cases__slider .slick-list { overflow: hidden; }
.sv-cases__slider .slick-track { display: flex; }
.sv-cases__slide { padding: 0 10px; height: auto; display: flex !important; }
.sv-cases__slide .sv-card { flex: 1 1 auto; min-height: 376px; }
/* до инициализации slick — обычная сетка, чтобы не мигало */
.sv-cases__slider:not(.slick-initialized) { display: grid; grid-template-columns: repeat(3, 1fr); }
.sv-cases__slider:not(.slick-initialized) .sv-cases__slide:nth-child(n+4) { display: none !important; }
.sv-cases__all { display: none; }

/* ---- SEO-текст: обычная ширина, единые интервалы, картинка справа ---- */
.sv-seo__text { font-size: 16px; line-height: 1.3; color: var(--sv-muted); }
.sv-seo__text::after { content: ''; display: table; clear: both; }
.sv-seo__text h2, .sv-seo__text h3 { color: #fff; text-transform: none; font-weight: 600; margin: 30px 0 14px; }
.sv-seo__text h2 { font-size: 24px; line-height: 1.1; }
.sv-seo__text h3 { font-size: 18px; line-height: 1.15; }
.sv-seo__text > :first-child, .sv-seo__text > img:first-child + * { margin-top: 0; }
.sv-seo__text p { margin: 0 0 14px; }
.sv-seo__text ul, .sv-seo__text ol { margin: 0 0 14px; padding-left: 22px; }
.sv-seo__text li { margin: 0 0 8px; }
.sv-seo__text ul li::marker { color: var(--sv-accent); }
.sv-seo__text a { color: var(--sv-accent-2); text-decoration: underline; }
.sv-seo__text a:hover { color: #fff; }
.sv-seo__text b, .sv-seo__text strong { color: #fff; font-weight: 600; }
/* картинки из редактора: справа с обтеканием, пропорции сохраняются */
.sv-seo__text img { max-width: 100%; height: auto; border-radius: var(--sv-radius); display: block; }
.sv-seo__text img[style*="float"] { max-width: 50%; margin: 0 0 20px 40px; }

/* ---- FAQ: разметка brands.faq, стили services-detail__faq-* — на всю ширину контента ---- */
.sv-faq .services-detail__faq-list { max-width: none; width: 100%; display: flex; flex-direction: column; gap: 10px; }
.sv-faq .services-detail__faq-item { background: var(--sv-card-2); padding: 20px; border-radius: var(--sv-radius); position: relative; }
.sv-faq .services-detail__faq-question { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 40px; margin: 0; padding-right: 60px; cursor: pointer; outline: none; }
.sv-faq .services-detail__faq-question-text { font-size: 20px; font-weight: 700; line-height: 1.2; color: #fff; }
.sv-faq .services-detail__faq-item--active .services-detail__faq-question { margin: 0 0 20px; }
.sv-faq .services-detail__faq-question-icon {
    position: absolute; right: 20px; top: 20px;
    width: 40px; height: 40px;
    display: flex; justify-content: center; align-items: center;
    background: var(--sv-card);
    border-radius: var(--sv-radius);
    transition: background-color .3s ease;
}
.sv-faq .services-detail__faq-item--active .services-detail__faq-question-icon { background: var(--sv-accent); }
.sv-faq .services-detail__faq-question-icon svg { transition: transform .3s ease; }
.sv-faq .services-detail__faq-item--active .services-detail__faq-question-icon svg path { fill: #0a0a0b; }
.sv-faq .services-detail__faq-answer-content { font-size: 16px; line-height: 1.3; color: var(--sv-muted); }
.sv-faq .services-detail__faq-answer-content p:last-child { margin-bottom: 0; }

/* ---- адаптив ---- */
@media (max-width: 1300px) {
    .sv-hero { min-height: 440px; }
    .sv-hero__title { font-size: 46px; }
    .sv-types__grid { grid-template-columns: repeat(2, 1fr); }
    .sv-price__head, .sv-price__row { grid-template-columns: minmax(0, 1fr) repeat(var(--sv-price-cols, 4), 150px); }
    .sv-form__panel { padding: 30px; }
    .sv-form__title { font-size: 30px; }
    .sv-cases__slider:not(.slick-initialized) { grid-template-columns: repeat(2, 1fr); }
    .sv-cases__slider:not(.slick-initialized) .sv-cases__slide:nth-child(n+3) { display: none !important; }
}
@media (max-width: 1024px) {
    .sv-section { margin-bottom: 60px; }
    .sv-section__title { font-size: 36px; margin-bottom: 30px; }
    .sv-facts { grid-template-columns: 1fr; margin-bottom: 60px; }
    .sv-incl__card { grid-column: span 3; }
    .sv-incl__grid--n2 .sv-incl__card:nth-last-child(-n+2) { grid-column: span 3; }
    .sv-form { grid-template-columns: 1fr; }
    .sv-form__media { min-height: 320px; }
    .sv-form__contacts { flex-direction: column; align-items: flex-start; }
    .sv-form__socials { justify-content: flex-start; }
    .sv-price__head, .sv-price__row { grid-template-columns: minmax(0, 1fr) repeat(var(--sv-price-cols, 4), 110px); }
}
@media (max-width: 767px) {
    /* ===== Мобильный макет (Figma «iPhone 13 & 14», 16.09.2026) ===== */
    .sv-section { margin-bottom: 60px; }
    .sv-section__title { font-size: 28px; line-height: 1.1; margin-bottom: 30px; }
    .sv-section__head { margin-bottom: 30px; }
    .sv-section__sub { font-size: 14px; }
    .sv-btn { min-height: 46px; padding: 0 20px; font-size: 16px; }

    /* Первый экран: текст сверху, фото под ним */
    .sv-hero { min-height: 0; flex-direction: column; background-image: none !important; background-color: #040406; margin-bottom: 10px; }
    .sv-hero__shade { display: none; }
    .sv-hero__inner { padding-top: 10px; padding-bottom: 0; z-index: 1; }
    .sv-crumbs { margin-bottom: 30px; }
    .sv-hero__title { font-size: 32px; line-height: 1; margin: 0 0 14px; }
    .sv-hero__text { font-size: 14px; line-height: 1.2; margin: 0 0 20px; }
    .sv-hero__btn { min-width: 0; width: 100%; }
    .sv-hero__photo {
        display: block;
        position: relative;
        height: 230px;
        margin-top: 20px;
        background: center / cover no-repeat;
    }

    /* Три карточки: без подложек, иконка сверху, текст 10px по центру */
    .sv-facts { grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 60px; }
    .sv-facts__card { flex-direction: column; align-items: center; text-align: center; gap: 8px; padding: 0; min-height: 0; background: none; }
    .sv-facts__icon { width: 32px; height: 32px; flex-basis: 32px; }
    .sv-facts__icon img { width: 25px; height: 25px; }
    .sv-facts__text { font-size: 10px; line-height: 1.3; max-width: none; }

    /* Виды услуги: карточки одна под другой на всю ширину */
    .sv-types__grid { grid-template-columns: 1fr; gap: 10px; }
    .sv-types .sv-card { min-height: 0; }
    .sv-card .sv-card__img { height: 230px; }

    /* Галерея: 370×350, стрелки внутри, миниатюры лентой */
    .sv-gallery__main { aspect-ratio: 370 / 350; }
    .sv-gallery__arrow--prev { left: 10px; }
    .sv-gallery__arrow--next { right: 10px; }
    .sv-gallery__thumbs { width: 100%; justify-content: flex-start; }

    /* Прайс: перевёрнутая таблица, скролл только внутри блока */
    .sv-price__desk { display: none; }
    .sv-price__mob { display: block; }
    .sv-price__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: var(--sv-accent) transparent; }
    .sv-price__table { border-collapse: separate; border-spacing: 0; width: max-content; min-width: 100%; font-size: 14px; line-height: 1.3; color: #fff; }
    .sv-price__table th, .sv-price__table td { padding: 14px 10px; text-align: center; vertical-align: middle; white-space: nowrap; font-weight: 400; }
    .sv-price__table thead th { width: 180px; min-width: 180px; padding: 0 10px 10px; border-bottom: 1px solid var(--sv-accent); white-space: normal; }
    .sv-price__table thead th.sv-price__sticky { text-align: left; font-size: 16px; font-weight: 600; color: var(--sv-accent); }
    .sv-price__table tbody th.sv-price__sticky { text-align: left; font-size: 16px; font-weight: 600; color: var(--sv-accent); }
    .sv-price__table .sv-price__sticky { position: sticky; left: 0; z-index: 1; width: 130px; min-width: 130px; padding-left: 10px; background: var(--sv-bg); }
    .sv-price__table tbody tr:nth-child(odd) td, .sv-price__table tbody tr:nth-child(odd) th { background: var(--sv-card-2); }
    .sv-price__table tbody tr:nth-child(even) td, .sv-price__table tbody tr:nth-child(even) th { background: var(--sv-dark); }
    .sv-price__table tbody tr:first-child th, .sv-price__table tbody tr:first-child td { border-top: 10px solid var(--sv-bg); }

    /* Что входит в стоимость: стопкой */
    .sv-incl__grid { grid-template-columns: 1fr; gap: 10px; }
    .sv-incl__card, .sv-incl__grid--n2 .sv-incl__card:nth-last-child(-n+2), .sv-incl__grid--n1 .sv-incl__card:last-child { grid-column: auto; padding: 20px 10px; gap: 14px; }
    .sv-incl__num { font-size: 32px; }
    .sv-incl__title { margin-top: 5px; }

    /* Форма: фото сверху 250px, панель с отступами 20/10 */
    .sv-form { margin-bottom: 60px; }
    .sv-form__media { min-height: 250px; }
    .sv-form__panel { padding: 20px 10px; }
    .sv-form__title { font-size: 24px; margin-bottom: 10px; }
    .sv-form__text { font-size: 14px; margin-bottom: 30px; }
    .sv-form__grid { grid-template-columns: 1fr; }
    .sv-form__bottom { grid-template-columns: 1fr; margin-top: 20px; }
    .sv-form__submit { min-height: 46px; }
    .sv-form__contacts { margin-top: 30px; gap: 10px; }
    .sv-form__socials { gap: 10px; }
    .sv-form__social { height: 38px; padding: 0 12px; font-size: 13px; }

    /* Проекты: стрелки справа под заголовком, одна карточка, кнопка «все кейсы» */
    .sv-cases .sv-section__head { flex-direction: column; align-items: stretch; gap: 10px; }
    .sv-cases__nav { justify-content: flex-end; padding-top: 0; }
    .sv-cases__slider:not(.slick-initialized) { grid-template-columns: 1fr; }
    .sv-cases__slider:not(.slick-initialized) .sv-cases__slide:nth-child(n+2) { display: none !important; }
    .sv-cases__slide .sv-card { min-height: 0; }
    .sv-cases__all { display: inline-flex; width: 100%; margin-top: 20px; }

    /* SEO-текст: картинка на всю ширину между абзацами */
    .sv-seo__text h2 { font-size: 20px; margin-top: 30px; }
    /* !important — перебиваем inline-стили картинки из редактора (float, max-width:50%) */
    .sv-seo__text img, .sv-seo__text img[style*="float"] { float: none !important; max-width: 100% !important; width: 100% !important; height: auto !important; margin: 0 0 20px !important; }

    /* FAQ */
    .sv-faq .sv-section__title { font-size: 32px; line-height: 1.1; }
    .sv-faq .services-detail__faq-item { padding: 20px 10px; }
    .sv-faq .services-detail__faq-question { padding-right: 50px; }
    .sv-faq .services-detail__faq-question-text { font-size: 16px; }
    .sv-faq .services-detail__faq-question-icon { right: 10px; }
    .sv-faq .services-detail__faq-answer-content { font-size: 14px; }
}

/* End */


/* Start:/local/templates/karad/components/bitrix/news.list/brands.faq/style.css?1786975198577*/
/*
 * Мелочи к списку вопросов. Основные стили services-detail__faq-* лежат
 * в шаблоне usluga_razdel — здесь только то, чего там нет.
 */

/* Раскрывает весь заголовок, а не одна стрелка — курсор должен это показывать. */
.services-detail__faq-list .services-detail__faq-question {
    cursor: pointer;
}

.services-detail__faq-list .services-detail__faq-question:focus-visible {
    outline: 2px solid #947A63;
    outline-offset: 4px;
}

/* End */
/* /local/templates/karad/components/bitrix/news.detail/usluga_v2/style.css?178971472329135 */
/* /local/templates/karad/components/bitrix/news.list/brands.faq/style.css?1786975198577 */
