

/* Start:/local/templates/.default/components/bitrix/breadcrumb/breadcrumb/style.min.css?1750782210467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/about_page/style.css?178653360522651*/
/* ============================================================
   Страница «О компании» для поддоменов
   Макет: Figma 9205:97896 (десктоп 1920) / 9235:27923 (моб. 390)

   Ширину ограничивает общий для сайта контейнер .wrap — своего тут нет,
   иначе страница будет жить по своим правилам и разъедется с остальными.
   ============================================================ */

.about-hero,
.about-who,
.about-shop,
.about-plant,
.about-steps,
.about-gallery,
.about-faq {
    --ab-ink: #2b2b2b;
    --ab-deep: #064a69;
    --ab-accent: #179bd7;
    --ab-bg: #f5f7fb;
    --ab-line: #e4eaf2;
    --ab-radius: 8px;
    --ab-radius-lg: 16px;
    box-sizing: border-box;
    margin: 0 0 60px;
    color: var(--ab-ink);
    font-family: Gilroy, sans-serif;
}
.about-hero *, .about-who *, .about-shop *, .about-plant *,
.about-steps *, .about-gallery *, .about-faq * { box-sizing: border-box; }

.about-who__title, .about-shop__title, .about-steps__title,
.about-gallery__title, .about-faq__title, .about-plant__title {
    margin: 0 0 24px;
    font-family: Gilroy, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.05;
    color: var(--ab-deep);
}

/* ---------- общие стрелки ---------- */
.about-arrow {
    width: 44px; height: 44px;
    border: 0; border-radius: var(--ab-radius);
    background: rgba(43, 43, 43, .55) no-repeat center;
    cursor: pointer;
    transition: background-color .2s ease;
}
.about-arrow--solid { background-color: var(--ab-deep); }
.about-arrow:hover { background-color: var(--ab-accent); }
.about-arrow--prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16'%3E%3Cpath d='M8 1 2 8l6 7' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.about-arrow--next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16'%3E%3Cpath d='M2 1l6 7-6 7' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
/* Слайдеры не бесконечные: на краю Glide сам вешает свой класс — стрелка
   становится полупрозрачной и не нажимается, как в макете. */
.about-arrow.glide__arrow--disabled {
    background-color: rgba(43, 43, 43, .35);
    cursor: default;
    pointer-events: none;
}

/* ---------- 1. Слайдер ---------------------------------------------------- */
.about-hero__wrap { position: relative; }
.about-hero__slides { display: flex; margin: 0; padding: 0; list-style: none; width: 100%; }
.about-hero__slide {
    position: relative;
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    align-items: center;
    min-height: 400px;
    padding: 40px;
    overflow: hidden;
    border-radius: var(--ab-radius-lg);
    background: var(--ab-bg);
}
.about-hero__media { position: absolute; right: 0; top: 0; bottom: 0; width: 52%; z-index: 0; }
.about-hero__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-hero__media::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(90deg, var(--ab-bg) 0%, rgba(245, 247, 251, .85) 22%, rgba(245, 247, 251, 0) 60%);
}
.about-hero__body { position: relative; z-index: 1; max-width: 680px; }
.about-hero__title {
    margin: 0 0 20px;
    font-family: Gilroy, sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.12;
    color: var(--ab-deep);
}
.about-hero__text { margin: 0 0 40px; max-width: 620px; font-size: 16px; line-height: 1.35; }
.about-hero__btn {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 47px; padding: 0 30px;
    border: 0; border-radius: var(--ab-radius);
    background: var(--ab-accent); color: #fff;
    font-family: inherit; font-size: 16px; cursor: pointer;
    transition: background .2s ease;
}
.about-hero__btn:hover { background: var(--ab-deep); }
.about-hero__arrows { position: absolute; right: 24px; bottom: 24px; display: flex; gap: 10px; z-index: 2; }

/* ---------- 2. Кто мы ----------------------------------------------------- */
/* по макету: левая колонка 580, правая 820 */
.about-who__grid { display: grid; grid-template-columns: 580fr 820fr; gap: 20px; align-items: start; }
.about-who__col--text { font-size: 16px; line-height: 1.45; }
.about-who__col--text p { margin: 0 0 18px; }
.about-who__col--text p:last-child { margin-bottom: 0; }
.about-who__card {
    position: relative;
    display: flex; align-items: center;
    height: 200px;
    margin-top: 24px;
    padding: 24px 28px;
    overflow: hidden;
    border-radius: var(--ab-radius-lg);
    background: linear-gradient(103deg, #0a5f84 0%, #064a69 100%);
    color: #fff;
}
.about-who__card-body { position: relative; z-index: 1; max-width: 62%; }
.about-who__card-text {
    margin: 0 0 14px;
    font-family: Gilroy, sans-serif;
    font-size: 19px; line-height: 1.25;
}
.about-who__card-text:last-child { margin-bottom: 0; }
.about-who__card-img {
    position: absolute; right: 0; top: 0;
    height: 100%; width: auto; max-width: 42%;
    object-fit: cover; object-position: left center;
    z-index: 0;
}

/* ---------- 3. Наш магазин ------------------------------------------------ */
.about-shop__grid { display: grid; grid-template-columns: 820fr 580fr; gap: 20px; align-items: stretch; }
/* Высоту задаёт карточка контактов: адрес бывает в несколько строк, поэтому
   тут min-height, а не height. Галерея справа растягивается за ней. */
.about-shop__card {
    display: flex; flex-direction: column;
    min-height: 350px;
    padding: 24px 28px;
    border-radius: var(--ab-radius-lg);
    background: var(--ab-bg);
}
.about-shop__subtitle {
    margin: 0 0 28px;
    font-family: Gilroy, sans-serif;
    font-weight: 500; font-size: 30px; line-height: 1;
    color: var(--ab-ink);
}
.about-shop__rows { margin: 0; }
.about-shop__row { display: flex; justify-content: space-between; gap: 24px; padding: 8px 0; }
.about-shop__label { margin: 0; font-size: 16px; color: rgba(43, 43, 43, .7); }
.about-shop__value { margin: 0; font-size: 18px; font-weight: 600; text-align: right; line-height: 1.35; }
.about-shop__phone { color: var(--ab-accent); text-decoration: none; display: block; }
.about-shop__phone:hover { text-decoration: underline; }
.about-shop__mail { color: var(--ab-ink); text-decoration: none; }
.about-shop__mail:hover { text-decoration: underline; }
.about-shop__footer {
    display: flex; align-items: center; justify-content: space-between; gap: 20px;
    margin-top: auto; padding-top: 28px; flex-wrap: wrap;
}
.about-shop__route {
    display: inline-flex; align-items: center;
    min-height: 40px; padding: 0 22px;
    border-radius: var(--ab-radius);
    background: var(--ab-accent); color: #fff;
    font-size: 16px; text-decoration: none;
    transition: background .2s ease;
}
.about-shop__route:hover { background: var(--ab-deep); color: #fff; }

.about-socials { display: flex; gap: 12px; margin: 0; padding: 0; list-style: none; }
.about-socials__link {
    display: block; width: 40px; height: 40px;
    background: no-repeat center / contain;
}
.about-socials__link--whatsapp { background-image: url("/local/templates/.default/components/bitrix/news.detail/about_page/images/socials/whatsapp.svg"); }
.about-socials__link--telegram { background-image: url("/local/templates/.default/components/bitrix/news.detail/about_page/images/socials/telegram.svg"); }
.about-socials__link--ok       { background-image: url("/local/templates/.default/components/bitrix/news.detail/about_page/images/socials/ok.svg"); }
.about-socials__link--vk       { background-image: url("/local/templates/.default/components/bitrix/news.detail/about_page/images/socials/vk.svg"); }
.about-socials__link--dzen     { background-image: url("/local/templates/.default/components/bitrix/news.detail/about_page/images/socials/dzen.svg"); }
.about-socials__link--rutube   { background-image: url("/local/templates/.default/components/bitrix/news.detail/about_page/images/socials/rutube.svg"); }

/* Галерея — растянутая ячейка грида, её высота определена строкой, поэтому
   height:100% ниже по вложенности безопасен. Без якоря наверху такая цепочка
   разносит страницу на миллионы пикселей — это уже проверено. */
.about-shop__gallery { position: relative; height: 100%; min-height: 350px; overflow: hidden; border-radius: var(--ab-radius-lg); }
.about-shop__gallery-track,
.about-shop__gallery-list,
.about-shop__gallery-item,
.about-shop__gallery-img { height: 100%; }
.about-shop__gallery-list { display: flex; margin: 0; padding: 0; list-style: none; }
/* ширину слайда задаёт сам Glide — свой flex-basis тут ставить нельзя,
   иначе слайд шире трека и картинка «зумится». */
.about-shop__gallery:not(.glide) .about-shop__gallery-item { flex: 0 0 100%; }
.about-shop__gallery-img { width: 100%; object-fit: cover; display: block; }
.about-shop__arrows { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; pointer-events: none; }
.about-shop__arrows > * { pointer-events: auto; }

/* ---------- 4. О заводе --------------------------------------------------- */
.about-plant { padding: 60px 0; background: var(--ab-bg); }
/* Заголовок отдельной ячейкой: на мобильном он должен встать перед видео,
   а текст — после. Гридом это переставляется без дублирования разметки. */
.about-plant__inner {
    display: grid;
    grid-template-columns: 580fr 800fr;
    grid-template-areas: "title media" "text media";
    grid-template-rows: auto 1fr;
    column-gap: 60px;
    align-items: start;
}
.about-plant__title { grid-area: title; }
.about-plant__col { grid-area: text; }
.about-plant__col--media { grid-area: media; }
.about-plant__lead {
    margin: 0 0 24px;
    font-family: Gilroy, sans-serif;
    font-size: 22px; line-height: 1.3;
}
.about-plant__accent { color: var(--ab-accent); }
.about-plant__text { margin: 0 0 16px; font-size: 16px; line-height: 1.45; color: rgba(43, 43, 43, .85); }

/* Рамка «50 лет опыта производства» вшита в само фото — как в макете.
   Поверх рисуем только кнопку play и вращающуюся надпись вокруг неё. */
.about-plant__video {
    position: relative; display: block; width: 100%;
    padding: 0; border: 0; border-radius: var(--ab-radius-lg);
    overflow: hidden; cursor: pointer; background: none;
}
.about-plant__poster { width: 100%; height: 412px; object-fit: cover; display: block; }
.about-plant__play {
    position: absolute; left: 50%; top: 50%;
    width: 140px; height: 140px; margin: -70px 0 0 -70px;
    display: flex; align-items: center; justify-content: center;
}
.about-plant__play::before {
    content: "";
    position: absolute; left: 50%; top: 50%;
    width: 64px; height: 64px; margin: -32px 0 0 -32px;
    border-radius: 50%;
    background: var(--ab-accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cpath d='M19 11 0 22V0z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center;
    background-size: 18px 20px;
    transition: transform .2s ease;
}
.about-plant__video:hover .about-plant__play::before { transform: scale(1.08); }
.about-plant__play-ring { width: 140px; height: 140px; animation: aboutPlantSpin 18s linear infinite; }
.about-plant__play-caption { fill: #fff; font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; }
@keyframes aboutPlantSpin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .about-plant__play-ring { animation: none; } }

/* Открытый плеер ложится поверх постера */
.about-plant__frame { position: absolute; inset: 0; z-index: 2; }
.about-plant__frame iframe,
.about-plant__frame video { width: 100%; height: 100%; border: 0; display: block; background: #000; }

.about-plant__link {
    display: flex; align-items: center; justify-content: center;
    min-height: 52px; margin-top: 20px;
    border: 1px solid var(--ab-accent); border-radius: var(--ab-radius);
    background: #fff; color: var(--ab-ink);
    font-size: 16px; text-decoration: none;
    transition: background .2s ease, color .2s ease;
}
.about-plant__link:hover { background: var(--ab-accent); color: #fff; }

/* ---------- 5. Как проходит работа ---------------------------------------- */
.about-steps__subtitle { margin: -14px 0 24px; font-size: 16px; color: rgba(43, 43, 43, .7); }
.about-steps__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.about-steps__item {
    position: relative;
    min-height: 210px;
    padding: 24px;
    overflow: hidden;
    border-radius: var(--ab-radius-lg);
    background: linear-gradient(135deg, #12688d 0%, #064a69 60%);
    color: #fff;
}
/* Цифра уходит за правый край карточки (overflow её подрезает), а line-height
   меньше единицы убирает пустоту под базовой линией — поэтому bottom: 0
   сажает её ровно на нижнюю границу. */
.about-steps__num {
    position: absolute; right: -24px; bottom: 0;
    font-family: Gilroy, sans-serif;
    font-weight: 800; font-size: 155px; line-height: .75;
    background: linear-gradient(180deg, #FFFFFF 18.41%, #2A779A 82.05%);
    -webkit-background-clip: text; background-clip: text;
    color: transparent; -webkit-text-fill-color: transparent;
    pointer-events: none; user-select: none;
}
.about-steps__item-title {
    position: relative; z-index: 1;
    margin: 0 0 14px;
    font-family: Gilroy, sans-serif;
    font-weight: 500; font-size: 22px;
}
/* Текст не заезжает на цифру: ширина ограничена, как в макете */
.about-steps__item-text { position: relative; z-index: 1; margin: 0; max-width: 260px; font-size: 16px; line-height: 1.35; }

/* ---------- 6. Блок с фото ------------------------------------------------ */
.about-gallery__slider { position: relative; }
.about-gallery__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
/* В режиме слайдера расстояние между слайдами считает Glide (gap в script.js).
   Оставить тут CSS-gap нельзя: он суммируется с glide-овским, слайды вылезают
   за трек и последний обрезается. */
.about-gallery__slider.glide .about-gallery__list { display: flex; gap: 0; }
.about-gallery__img { width: 100%; height: 350px; object-fit: cover; border-radius: var(--ab-radius); display: block; }
.about-gallery__arrows { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.about-gallery__arrows > * { pointer-events: auto; }

/* ---------- 7. FAQ -------------------------------------------------------- */
.about-faq__list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ab-line); }
.about-faq__item { border-bottom: 1px solid var(--ab-line); }
.about-faq__question {
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
    width: 100%; padding: 18px 0;
    border: 0; background: none; text-align: left;
    font-family: Gilroy, sans-serif;
    font-size: 20px; line-height: 1.3; color: var(--ab-ink); cursor: pointer;
}
.about-faq__icon {
    position: relative; flex: 0 0 auto;
    width: 40px; height: 40px;
    border-radius: var(--ab-radius);
    background: #eef3f8;
}
.about-faq__icon::before,
.about-faq__icon::after {
    content: ""; position: absolute; left: 50%; top: 50%;
    background: var(--ab-deep);
    transform: translate(-50%, -50%) rotate(0deg);
    transition: opacity .2s ease, transform .2s ease;
}
.about-faq__icon::before { width: 14px; height: 2px; }
.about-faq__icon::after  { width: 2px; height: 14px; }
.about-faq__item--open .about-faq__icon::before { transform: translate(-50%, -50%) rotate(45deg); }
.about-faq__item--open .about-faq__icon::after  { transform: translate(-50%, -50%) rotate(45deg); }
.about-faq__answer {
    display: none;
    padding: 0 64px 20px 0;
    font-size: 16px; line-height: 1.45; color: rgba(43, 43, 43, .75);
}
.about-faq__item--open .about-faq__answer { display: block; }

/* ============================================================
   Планшет
   ============================================================ */
@media (max-width: 1199px) {
    .about-who__title, .about-shop__title, .about-steps__title,
    .about-gallery__title, .about-faq__title, .about-plant__title { font-size: 32px; }
    .about-hero__title { font-size: 36px; }
    .about-hero__slide { min-height: 340px; }
    .about-who__grid { grid-template-columns: 1fr; }
    .about-shop__grid { grid-template-columns: 1fr; }
    .about-plant__inner { grid-template-columns: 1fr; gap: 32px; }
    .about-steps__list { grid-template-columns: repeat(2, 1fr); }
    .about-gallery__list { grid-template-columns: repeat(2, 1fr); }
    .about-who__card-img { max-width: 36%; }
}

/* ============================================================
   Мобильный — по макету 9235:27923 (экран 390, контент 370)
   Размеры ниже сняты из макета, а не подобраны на глаз.
   ============================================================ */
@media (max-width: 767px) {
    .about-hero, .about-who, .about-shop, .about-plant,
    .about-steps, .about-gallery, .about-faq { margin-bottom: 50px; }

    .about-who__title, .about-shop__title, .about-steps__title,
    .about-gallery__title, .about-faq__title, .about-plant__title {
        margin-bottom: 30px;
        font-size: 28px; line-height: 1;
    }

    /* --- 1. Слайдер: картинка лежит в нижней части карточки, текст поверх --- */
    .about-hero__slide {
        display: block;
        min-height: 450px;
        padding: 20px;
    }
    .about-hero__body { max-width: none; }
    .about-hero__title { margin-bottom: 20px; font-size: 32px; line-height: 1; }
    .about-hero__text { margin-bottom: 20px; max-width: none; font-size: 14px; line-height: 18px; }
    .about-hero__media {
        position: absolute; left: 0; right: 0; bottom: 0; top: auto;
        width: auto; height: 209px;
    }
    /* мягкий стык картинки с фоном карточки — в макете он едва заметен */
    .about-hero__media::after {
        display: block;
        background: linear-gradient(180deg, var(--ab-bg) 0%, rgba(245, 247, 251, 0) 35%);
    }
    .about-hero__btn { width: 100%; min-height: 37px; font-size: 14px; }
    .about-hero__arrows { right: 20px; bottom: auto; top: 20px; }

    /* --- 2. Кто мы: текст сверху, картинка в правом нижнем углу --- */
    .about-who__grid { gap: 20px; }
    .about-who__col--text { font-size: 14px; line-height: 18px; }
    .about-who__card {
        display: block; height: auto; min-height: 286px;
        margin-top: 0; padding: 20px;
    }
    .about-who__card-body { max-width: 100%; }
    .about-who__card-text { font-size: 16px; line-height: 1.25; }
    .about-who__card-img {
        left: auto; right: 0; top: auto; bottom: 0;
        width: 188px; max-width: 52%; height: 150px;
        object-fit: contain; object-position: right bottom;
    }

    /* --- 3. Наш магазин --- */
    .about-shop__grid { gap: 10px; }
    .about-shop__card { height: auto; min-height: 0; padding: 20px 10px; }
    .about-shop__subtitle { margin-bottom: 20px; font-size: 20px; line-height: 22px; }
    /* по макету подпись и значение идут друг под другом, по левому краю */
    .about-shop__row { flex-direction: column; gap: 2px; padding: 7px 0; }
    .about-shop__label { font-size: 14px; }
    .about-shop__value { text-align: left; font-size: 16px; }
    /* по макету соцсети идут над кнопкой, а кнопка — во всю ширину */
    .about-shop__footer { flex-direction: column; align-items: stretch; gap: 14px; padding-top: 20px; }
    .about-shop__route { order: 2; justify-content: center; min-height: 39px; font-size: 14px; }
    .about-socials { order: 1; gap: 10px; }
    .about-shop__gallery { min-height: 0; height: 350px; }
    .about-shop__arrows { padding: 0 10px; }

    /* --- 4. О заводе: заголовок, текст, видео, кнопка --- */
    .about-plant { padding: 50px 0; }
    .about-plant__inner {
        grid-template-columns: 1fr;
        grid-template-areas: "title" "text" "media";
        grid-template-rows: auto auto auto;
        row-gap: 30px;
    }
    .about-plant__lead { margin-bottom: 20px; font-size: 16px; }
    .about-plant__text { font-size: 14px; line-height: 18px; }
    .about-plant__poster { height: 350px; }
    .about-plant__play, .about-plant__play-ring { width: 104px; height: 104px; }
    .about-plant__play { margin: -52px 0 0 -52px; }
    .about-plant__play::before { width: 48px; height: 48px; margin: -24px 0 0 -24px; }

    /* --- 5. Как проходит работа --- */
    .about-steps__subtitle { margin: -20px 0 30px; font-size: 14px; }
    .about-steps__list { grid-template-columns: 1fr; gap: 10px; }
    .about-steps__item { min-height: 142px; padding: 24px; }
    .about-steps__item-title { margin-bottom: 10px; font-size: 18px; }
    .about-steps__item-text { max-width: 270px; font-size: 14px; line-height: 18px; }
    .about-steps__num { font-size: 120px; right: -10px; }

    /* --- 6. Блок с фото --- */
    .about-gallery__list { grid-template-columns: 1fr; gap: 10px; }
    .about-gallery__img { height: 350px; }
    .about-gallery__arrows { padding: 0 10px; }

    /* --- 7. FAQ --- */
    .about-faq__question { font-size: 16px; padding: 16px 0; gap: 12px; }
    .about-faq__answer { padding-right: 0; font-size: 14px; line-height: 18px; }
}

/* End */


/* Start:/local/templates/polygale_main/components/bitrix/news.detail/set_seo/style.css?1750782211155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /local/templates/.default/components/bitrix/breadcrumb/breadcrumb/style.min.css?1750782210467 */
/* /local/templates/.default/components/bitrix/news.detail/about_page/style.css?178653360522651 */
/* /local/templates/polygale_main/components/bitrix/news.detail/set_seo/style.css?1750782211155 */
