

/* 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?17809011533300*/
/* Затемненный фон */
.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;
}

.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-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;
    }
}

@media (max-width: 1044.5px) {
    .customers-choice__card4.product-card {
        display: none;
    }
}

@media (max-width: 999.5px) {
    .customers-choice__cards > article:nth-child(4) {
        display: none;
    }
}

@media (max-width: 768.5px) {
    .customers-choice__cards > article:nth-child(3) {
        display: none;
    }
    .customers-choice__card3.product-card {
        display: none;
    }
}

@media (max-width: 479.5px) {
    .customers-choice__cards {
        flex-direction: column;
    }
    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?17809011533300 */
/* /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 */
