

/* Start:/local/components/bitrix/breadcrumb/templates/.default/style.css?1782705470776*/
.breadcrumbs {
    margin-top: 40px;
    margin-bottom: 20px
}

.breadcrumbs {
    width: 100%;
    max-width: -moz-max-content;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    flex-wrap: wrap;
    vertical-align: center;
    grid-row-gap: 20px;
    margin-top: 50px;
    margin-bottom: 30px
}

@media(max-width:360px) {
    .breadcrumbs {
        /* width: 100vw;
        margin-left: calc(-50vw + 50%);
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 0; */
        max-width: none;
        margin-top: 40px;
        margin-bottom: 20px
    }
    .product__details {
        padding: 20px !important;
    }
}

@media(min-width:361px) {
    .breadcrumbs {
        max-width: max-content;
    }
}
/* End */


/* Start:/local/components/profmaster/catalog.card/templates/formwork/style.css?17840251848830*/
    .product-2__buttons A:hover {
        color: #000;
    }

    @media (min-width: 0px) and (max-width: 768px) {
        .tab .table2 {
            flex-direction: column;
            gap: 40px;
        }

        .product-2-table__table {
            min-width: 0px !important;
        }

        .product__details H1 {
            font-size: 34px;
            overflow-wrap: break-word;
        }

        .product__details .product__price {
            font-size: 25px;
        }
    }


    @media (min-width: 768px) {
        .tab .table2 {
            padding-top: 10px;
            gap: 20px;
        }

        .product-2-table__table {
            min-width: 0px !important;
        }

        .tab .table2left {
            flex: 1;
        }

        .tab .table2right {
            flex: 3;
        }
    }

    .slider-3 {
        /* display:none; */
    }

    .slider-3__control_3d {
        margin-bottom: 10px;
    }

    @media(max-width:360px) {
        .product__title {
            font-size: 34px;
        }

        .product__details {
            padding: 20px;
        }

        .product-2__info {
            padding: 20px !important;
        }

        .product-2__info-title {
            font-size: 20px;
        }

        .product-2__buttons A:hover {
            color: #000;
        }


        .product-spec__value {
            text-align: left !important;
        }

        .accordion-button {
            padding: 10px 20px !important;
            font-size: 17px !important;
        }

    }

    .product-spec__key {
        white-space: nowrap;
    }

    .product-spec__value {
        text-align: end;
    }

    /* Мобильная версия: .product-2__info в .product__left показывается, а в .product__right - скрывается */
    .product-2__info--mobile {
        display: none;
    }

    @media (max-width: 999.5px) {
        .product-spec__value {
            text-align: left !important;
        }
    }

    @media (max-width: 767.5px) {
        .product-2__info--mobile {
            display: block;
            margin-top: 10px;
        }

        .product__right .product-2__info {
            display: none;
        }
    }

    /* Левая колонка — медиа: занимает 50% ширины, фикс высота 500px */
    .product__left {
        position: relative;
        overflow: hidden;
    }

    /* Swiper внутри левой колонки — не должен раздвигать родителя */
    .product__left .slider-3,
    .product__left .slider-3__swiper,
    .product__left .slider-3__swiper .swiper-wrapper {
        max-width: 100%;
    }

    .product__left .slider-3__swiper .swiper-slide {
        max-width: 100%;
    }

    /* Изображения слайдера не должны быть шире контейнера */
    .product__left .slider-3__swiper .slide__image {
        max-width: 100%;
    }

    #video_frame {
        display: none;
        flex-flow: column;
        gap: 10px;
    }

    #model_frame {
        display: flex;
        flex-flow: column;
        gap: 10px;
    }

    .wrap_buttons {
        position: absolute;
        top: 30px;
        left: 20px;
        z-index: 2;
    }

    .slider-3__control_photo {
        margin-bottom: 10px;
        background: #fff url(/assets/icons/photo.svg) center / 16px no-repeat;
    }

    /* Контейнер для swiper + 3d + video — задаёт высоту, relative для absolute позиционирования */
    .slider-3__media {
        position: relative;
        height: 500px;
        border-radius: 12px;
        overflow: hidden;
    }

    /* Слайдер — заполняет всю левую колонку */
    .product__left .slider-3 {
        position: relative;
        width: 100%;
        max-width: 100%;
        /* height: 500px; */
    }

    .product__left .slider-3__swiper {
        height: 500px !important;
        border-radius: 12px;
        overflow: hidden;
    }

    /* 3D и видео — поверх слайдера, таких же размеров */
    .product__left #model_frame,
    .product__left #video_frame {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /* height: 500px; */
        border-radius: 12px;
        overflow: hidden;
    }

    .product__left iframe {
        width: 100%;
        height: 500px;
        border: 0;
        border-radius: 12px;
    }

    .max-button:hover {
        color: #000 !important;
    }

    .accordion-button {
        color: #231f20 !important;
        line-height: 1.4;
        padding: 17px 20px;
        border-radius: 10px;
        font-weight: 500;
        font-size: 20px;
        display: flex;
        width: 100%;
        background-color: #f7f7f7;
        border: 0;
        justify-content: center;
        gap: 8px;
        position: relative;
    }

    /* Стрелка справа (по умолчанию вниз — когда аккордеон свёрнут) */
    .accordion-button.collapsed::after {
        content: '';
        display: inline-block;
        width: 20px;
        /* height: 20px; */
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3333 22.6683L20 16.0016L13.3333 9.33496' stroke='%23231f20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: transform 0.3s ease;
        transform: rotate(90deg);
    }

    /* Стрелка вверх (когда раскрыт) */
    .accordion-button::after {
        content: '';
        display: inline-block;
        width: 20px;
        /* height: 20px; */
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3333 22.6683L20 16.0016L13.3333 9.33496' stroke='%23231f20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: transform 0.3s ease;
        transform: rotate(-90deg);
    }

    .product__description {
        padding-bottom: 20px;
    }

    /* Фикс: предотвращаем наезжание содержимого блока карточки на следующий блок */
    .product-page__product {
        overflow: hidden;
    }

    /* ========== slider-3__thumbs — миниатюры снизу ========== */
    .slider-3__thumbs {
        margin-top: 10px;
        padding: 0;
        overflow: hidden;
        touch-action: pan-y;
    }

    .slider-3__thumbs .swiper-wrapper {
        max-width: none !important;
    }

    .slider-3__thumbs .swiper-slide {
        max-width: none !important;
        flex-shrink: 0 !important;
        height: 80px;
        border: 2px solid transparent;
        border-radius: 8px;
        overflow: hidden;
        opacity: 0.6;
        transition: opacity 0.3s, border-color 0.3s;
    }

    .slider-3__thumbs .swiper-slide-thumb-active {
        opacity: 1;
        border-color: #007bff;
    }

    .slider-3__thumbs .swiper-slide:hover {
        opacity: 0.9;
    }

    .slider-3__thumbs .slide__image {
        width: 100%;
        max-width: none !important;
        height: 100%;
        object-fit: cover;
    }

    /* ========== sliderv2 — новый слайдер миниатюр ========== */
    #sliderv2 {
        margin-top: 10px;
        overflow: hidden;
        width: 100%;
    }

    #sliderv2 .swiper-wrapper {
        max-width: none !important;
        width: auto !important;
        display: flex !important;
    }

    #sliderv2 .swiper-slide {
        flex-shrink: 0 !important;
        max-width: none !important;
        height: 157px;
        width: 147px;
        border-radius: 8px;
        overflow: hidden;
        opacity: 0.2;
        margin-right: 8px;
        transition: opacity 0.3s, border-color 0.3s;
        cursor: grab;
    }

    @media (max-width: 767.5px) {
        #sliderv2 .swiper-slide {
            height: 60px;
            margin-right: 6px;
        }
    }

    @media (max-width: 360px) {
        #sliderv2 .swiper-slide {
            height: 50px;
            margin-right: 4px;
        }
    }

    #sliderv2 .swiper-slide:active {
        cursor: grabbing;
    }

    #sliderv2 .swiper-slide-thumb-active {
        opacity: 1;
        border-color: #007bff;
    }

    #sliderv2 .slide__image {
        width: 100% !important;
        max-width: none !important;
        height: 100%;
        object-fit: cover;
    }
/* End */


/* Start:/local/components/profmaster/calc-opalubka-fd/templates/.default/style.css?177926346256*/
.formwork-calculator .range__progressbar {
  width: 0;
}
/* End */


/* Start:/local/components/profmaster/tabs/templates/.default/style.css?17842074001232*/
.tab ul li {
    list-style-type: disc !important;
    margin: 10px 30px !important;
    line-height: 1.5;
}

.tab A {
    text-decoration: underline;
}


.product-pricing A {
    display: contents;
}

.product-pricing P {
    padding: 10px 0px;
}

.tab {
    padding: 20px 30px;
}




@media (min-width:0px) and (max-width:899.9px) {
    
    .zenaname {
        color:#000;
    }
    .zenamobile {
        display: block;
    }

    .zenadesktop {
        display: none;
    }

    .table-thead-v2 {
        font-size: 14px;
        font-weight: 600;
        background: #f7f7f7;
        border-radius: 8px 8px 0 0;
        color: #FFFFFF;
        padding: 20px 20px;
        margin: 5px 0 0 0px;
        border-width: 1px 1px 0px 1px;
        border-style: solid;
        border-color: #eaeaea;
    }

    .table-tbody-v2 {
        font-size: 14px;
        font-weight: 600;
        padding: 0 20px;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        border-radius: 0px 0px 8px 8px;
    }

    .table-tbody-v2 .col {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


@media (min-width:900px) {
    .zenamobile {
        display: none;
    }

    .zenadesktop {
        display: block;
    }
}
/* End */


/* Start:/local/components/profmaster/certs/templates/lite/style.css?17840150921743*/
.grey_certificate {
    background: #f7f7f7 !important;
    border:5px solid #fff;
    border-radius:20px !important;
    /* padding:0px 5px; */
}
.grey_certificate:hover {
    background: #fccb06 !important;
}


/* Затемненный фон */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-overlay.active {
    display: flex;
}

/* Контент попапа */
.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

/* Изображение */
.popup-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    padding: 5px;
    background-color: white;
}

/* Кнопка закрытия */
.popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fccb06;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    margin: 20px;
}

.popup-close:hover {
    background-color: white;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .popup-close {
        top: -50px;
        right: 10px;
    }
}

/* Стили для сертификатов */
.certificate__title {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    height: 4.8em;
    margin: 0;
    padding-right: 40px;
}
/* End */


/* Start:/local/components/profmaster/choice-clients/templates/.default/style.css?17883051026801*/
.highlight {
  background: #fff;       
  padding: 0.1em 0.3em;       
  box-decoration-break: clone; 
  -webkit-box-decoration-break: clone; /* для Safari */
  line-height: 1.6;         
}




/* Затемненный фон */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-overlay.active {
    display: flex;
}

/* Контент попапа */
.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

/* Изображение */
.popup-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    padding: 5px;
    background-color: white;
}

/* Кнопка закрытия */
.popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fccb06;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    margin: 20px;
}

.popup-close:hover {
    background-color: white;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .popup-close {
        top: -50px;
        right: 10px;
    }
}

/* Product card styles */
.product-card {
    display: flex;
    grid-gap: 10px;
    /* width: 100%; */
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    flex-direction: column;
}

@media (min-width: 1045px) {
    .product-card {
        width: calc(25% - 15px);
    }
}

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

/* Фиксируем высоту заголовка карточки (запас на 2 строки),
   чтобы картинки во всех карточках «Выбор наших клиентов»
   были выровнены по одной высоте при любых ширинах экрана */
.customers-choice .product-card__title {
    min-height: 2.6em;
    display: flex;
    align-items: center;
}

.product-card__header {
    flex-direction: column;
}

.product-card__header,
.product-card__top-labels {
    display: flex;
    grid-gap: 10px;
}

.product-card__top-labels > * {
    flex: 1 1;
}

.product-card__thumbnail {
    width: 100%;
    height: 163px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.product-card__thumbnail__label {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.product-card__specs {
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
    flex: 1;
    /* display: none !important; */
}

.product-card__footer {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

/* Характеристики товара: пунктирная линия на всю ширину .product-spec */
.product-spec {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
}

.product-spec::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 1em;
    border-bottom: 2px dashed rgba(35, 31, 32, .5);
    opacity: .4;
    pointer-events: none;
}

.product-spec__key,
.product-spec__value {
    position: relative;
    z-index: 1;
    /* background: #fff; */
}

.product-spec__key {
    flex: 0 0 auto;
    width: fit-content;
    max-width: fit-content;
    padding-right: 5px;
    white-space: nowrap;
    background:#fff;
}

.product-spec__value {
    flex: 1 1 auto;
    min-width: 0;
    text-align: right;
    padding-left: 5px;
    white-space: normal;
    overflow-wrap: break-word;
}

/* Чекбокс в характеристике («Электричество»): прижимаем к правому краю */
.product-spec__value .checkbox .form-check {
    display: flex;
    justify-content: flex-end;
    padding: 2px;
}

.product-spec__value .checkbox .form-check .form-check-input {
    float: none;
    outline: 4px solid #fff;
}

/* На мобильных параметры выводятся так же, как на десктопе:
   ключ слева, значение справа, пунктирная линия между ними */

.product-card__bottom-buttons {
    width: 100%;
    display: flex;
    grid-gap: 10px;
}

.product-card__bottom-buttons > * {
    flex: 1 1;
}

.product-card h5 {
    min-height: 38px;
}

@media (max-width: 1919.5px) {
    .product-card__top-labels {
        flex-wrap: wrap;
    }
}

/* ---------- Карусель «Выбор наших клиентов» ----------
   Блок переведён на Swiper-карусель (см. script.js):
   4 карточки на десктопе, 3 на планшете, 2/1 на мобильных.
   Устаревшие правила скрытия 3-й/4-й карточек удалены —
   видимостью слайдов управляет Swiper. */

/* Карточка занимает весь слайд */
.customers-choice__carousel .product-card {
    width: 100%;
    height: 100%;
}

.customers-choice__carousel .swiper-slide {
    height: auto;
}

/* Фолбэк, если Swiper не загрузился (например, CDN недоступен):
   карточки показываются статичной сеткой, как раньше */
.customers-choice__carousel .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 20px;
    flex-wrap: wrap;
}

.customers-choice__carousel .swiper:not(.swiper-initialized) .swiper-slide {
    width: calc(50% - 10px);
}

@media (max-width: 479.5px) {
    .customers-choice__carousel .swiper:not(.swiper-initialized) .swiper-slide {
        width: 100%;
    }
}

@media (min-width: 1000px) {
    .customers-choice__carousel .swiper:not(.swiper-initialized) .swiper-slide {
        width: calc(33.333% - 13.333px);
    }
}

@media (min-width: 1280px) {
    .customers-choice__carousel .swiper:not(.swiper-initialized) .swiper-slide {
        width: calc(25% - 15px);
    }
}

/* На десктопе видны все 4 карточки — стрелки не нужны,
   прокрутка отключена в script.js (allowTouchMove: false) */
@media (min-width: 1280px) {
    .customers-choice__carousel .carousel__buttons,
    .customers-choice__carousel .carousel__mobile-buttons {
        display: none;
    }
}

@media (max-width: 479.5px) {
    section.customers-choice {
        padding: 0 10px;
    }
}

/* End */


/* Start:/local/components/profmaster/gallery/templates/.default/style.css?17811747171299*/
/* Затемненный фон */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-overlay.active {
    display: flex;
}

/* Контент попапа */
.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

/* Изображение */
.popup-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    padding: 5px;
    background-color: white;
}

/* Кнопка закрытия */
.popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fccb06;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    margin: 20px;
}

.popup-close:hover {
    background-color: white;
}

.carousel.gallery .slide__image {
    -o-object-fit: cover;
    object-fit: cover;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .popup-close {
        top: -50px;
        right: 10px;
    }
}
/* End */


/* Start:/local/components/profmaster/cams-gallery/templates/.default/style.css?17792634621265*/
/* Затемненный фон */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-overlay.active {
    display: flex;
}

/* Контент попапа */
.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

/* Изображение */
.popup-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    padding: 5px;
    background-color: white;
}

/* Кнопка закрытия */
.popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fccb06;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    margin: 20px;
}

.popup-close:hover {
    background-color: white;
}
.slide iframe {
    width: 100%;
    height: 100%;
}
/* Для мобильных устройств */
@media (max-width: 768px) {
    .popup-close {
        top: -50px;
        right: 10px;
    }
}
/* End */


/* Start:/local/components/profmaster/blog/templates/.default/style.css?17815056081434*/
/* Затемненный фон */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-overlay.active {
    display: flex;
}

/* Контент попапа */
.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

/* Изображение */
.popup-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    padding: 5px;
    background-color: white;
}

/* Кнопка закрытия */
.popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fccb06;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    margin: 20px;
}

.popup-close:hover {
    background-color: white;
}

/* Для мобильных устройств */
@media (max-width: 1279.5px) {
    section.news-preview {
        padding-bottom: 80px;
    }
}

@media (max-width: 767.5px) {
    .popup-close {
        top: -50px;
        right: 10px;
    }
    section.news-preview {
        padding-bottom: 64px;
    }
    .carousel__header h2 {
        font-size: 34px;
    }
}

/* End */
/* /local/components/bitrix/breadcrumb/templates/.default/style.css?1782705470776 */
/* /local/components/profmaster/catalog.card/templates/formwork/style.css?17840251848830 */
/* /local/components/profmaster/calc-opalubka-fd/templates/.default/style.css?177926346256 */
/* /local/components/profmaster/tabs/templates/.default/style.css?17842074001232 */
/* /local/components/profmaster/certs/templates/lite/style.css?17840150921743 */
/* /local/components/profmaster/choice-clients/templates/.default/style.css?17883051026801 */
/* /local/components/profmaster/gallery/templates/.default/style.css?17811747171299 */
/* /local/components/profmaster/cams-gallery/templates/.default/style.css?17792634621265 */
/* /local/components/profmaster/blog/templates/.default/style.css?17815056081434 */
