

/* 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/.default/style.css?17853432653354*/
.product__left {
    position: relative;
    overflow: hidden;
}

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

#model_frame,
#video_frame {
    display: none;
}

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

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

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

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

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

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

/* Отступ у описания внутри аккордеона */
/* .accordion-body .product__description {
    padding-bottom: 20px;
} */



/* .product__description {
        padding-bottom: 20px;
    } */

.accordion-body {
    padding-bottom: 20px !important;
}

.product__description P {
    font: 400 16px / 140% Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    letter-spacing: -1%;
    padding: 0px;
}

/* .accordion-header {
        padding-top: 20px;
    } */
/* End */


/* Start:/local/components/profmaster/tabs/templates/.default/style.css?17895077435331*/
.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 (max-width: 768px) {
    .tab {
        padding: 16px;
    }
}

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

/* ===== Контент вкладок из инфоблока: единая типографика и стиль сайта ===== */

.tab .tab-pane p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 10px;
    padding: 0;
}

.tab .tab-pane p:last-child {
    margin-bottom: 0;
}

.tab .tab-pane ul li,
.tab .tab-pane ol li {
    font-size: 16px;
    line-height: 1.6;
    margin: 6px 0 6px 22px !important;
}

.tab .tab-pane > h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 14px;
}

.tab .tab-pane h3.d-inline-block {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 6px;
}

.tab .tab-pane .h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 12px;
}

/* компактнее вертикальные отступы, у бутстрапа тут 3rem */
.tab .tab-pane .mb-5 {
    margin-bottom: 28px !important;
}

.tab .tab-pane .mb-2-0 {
    margin: 20px 0 0;
}

/* три карточки-преимущества: ровная сетка вместо флекса вразнобой */
.tab .rent-formwork__rent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
    gap: 12px;
}

.tab .rent-formwork__rent .rent-formwork__card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 14px 16px;
    grid-gap: 0;
    gap: 0;
}

.tab .rent-formwork__rent .rent-formwork__rent-split {
    align-items: center;
    grid-gap: 12px;
    gap: 12px;
}

.tab .rent-formwork__rent .rent-formwork__rent-item {
    flex: 0 0 auto;
}

.tab .rent-formwork__rent .dostavkaicon img {
    width: 32px;
    height: 32px;
}

.tab .rent-formwork__rent .dostavkatext {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

/* сетки внутри контента: гасим отрицательные отступы .row, чтобы не разъезжалось */
.tab .tab-pane .row.grid {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 24px;
    gap: 20px 24px;
    margin-left: 0;
    margin-right: 0;
}

.tab .tab-pane .row.grid > * {
    width: auto;
    max-width: none;
    margin-top: 0;
}

.tab .tab-pane .row.grid.grid-row {
    align-items: center;
}

.tab .tab-pane .row.grid img {
    width: 40px;
    height: 40px;
}

/* цена услуги: вместо сплошной оранжевой плашки во всю ширину */
.tab .div-price {
    display: inline-flex;
    width: auto;
    background: #fff7e8;
    border: 1px solid #fcd08a;
    border-radius: 8px;
    padding: 12px 22px;
    color: #231F20;
}

.tab .div-price p {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.tab .div-price p span {
    font-size: 15px;
    color: #6c757d;
}

/* акцентная плашка: мягкий фон и читаемый текст вместо мелкого капса на оранжевом */
.tab .bg-orange {
    background: #fff7e8;
    border-left: 3px solid #FCA000;
    border-radius: 8px;
    padding: 18px 22px;
}

.tab .bg-orange .h2-center {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: .01em;
    text-align: left;
    color: #231F20;
}

@media (max-width: 767.9px) {
    .tab .rent-formwork__rent {
        grid-template-columns: 1fr;
    }

    .tab .tab-pane .row.grid {
        grid-template-columns: 1fr;
        grid-gap: 18px;
        gap: 18px;
    }

    .tab .tab-pane > h3 {
        font-size: 20px;
    }

    .tab .tab-pane .h2 {
        font-size: 18px;
    }

    .tab .tab-pane p,
    .tab .tab-pane ul li,
    .tab .tab-pane ol li {
        font-size: 15px;
    }

    .tab .div-price {
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 12px 16px;
    }

    .tab .div-price p {
        font-size: 20px;
    }

    .tab .bg-orange {
        padding: 16px;
    }
}

/* End */


/* Start:/local/components/profmaster/choice-clients/templates/.default/style.css?17894926857578*/
/* Затемненный фон */
.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;
    }
}

.customers-choice__cards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px
}

.customers-choice__cards > article {
    min-width: 0;
    box-sizing: border-box
}

/* 4 карточки в ряд — широкий десктоп */
@media (min-width: 1280px) {
    .customers-choice__cards > article {
        flex: 1 1 0
    }
}

/* 2 карточки в ряд — планшет и средний десктоп (в т.ч. ~1139px) */
@media (max-width: 1279.5px) and (min-width: 480px) {
    .customers-choice__cards > article {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px)
    }
}

/* Равная высота карточек в одной линии карусели:
   слайд растягивается по высоте ряда (align-items: stretch),
   карточка занимает всю высоту слайда */
.customers-choice .swiper-slide {
    height: auto;
    display: flex;
}

.customers-choice .swiper-slide > .product-card {
    height: 100%;
}

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

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

/* Заголовок резервирует место под две строки, чтобы миниатюры
   всех карточек в линии были на одном уровне по высоте
   (20px * line-height 94% * 2 строк = 38px) */
.customers-choice .product-card__title {
    min-height: 38px;
}

.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;
    min-width: 0;
    /* display: none !important; */
}

.product-card__specs .product-spec__value {
    text-align: left;
}

.product-card__footer {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    /* прижимаем футер (и кнопки в нём) к низу карточки,
       когда карточка растянута по высоте ряда */
    margin-top: auto;
}

/* Характеристики в карточках «Выбор наших клиентов»:
   пунктир через ::before, строится от ВЕРХА блока значения (top),
   поэтому при переносе значения на несколько строк линия остаётся
   у первой строки; .product-spec__dots скрываем, чтобы не было двойной линии */
.customers-choice .product-spec {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

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

.customers-choice .product-spec__dots {
    display: none;
}

.customers-choice .product-spec__key,
.customers-choice .product-spec__value {
    position: relative;
    z-index: 1;
}

.customers-choice .product-spec__key {
    flex: 0 0 auto;
    width: fit-content;
    max-width: fit-content;
    padding-right: 5px;
    white-space: nowrap;
    background: #fff;
    /* белая подложка на всю высоту ряда: не даём пунктиру
       «вылезти» слева под текстом ключа при многострочном значении */
    align-self: stretch;
}

.customers-choice .product-spec__value {
    /* блок значения не растягивается на всю ширину: свободное место
       между ключом и значением остаётся видимым пунктиром.
       Белой подложки у самого блока больше нет — пунктир виден
       вплоть до текста значения */
    flex: 0 1 auto;
    margin-left: auto;
    min-width: 0;
    text-align: right;
    padding-left: 5px;
    white-space: normal;
    overflow-wrap: break-word;
}

/* Белая подложка только под самим текстом значения:
   перекрывает пунктир под буквами, но не по всей ширине блока */
.customers-choice .product-spec__value .highlight {
    background: #fff;
    padding-left: 5px;
    display: inline;
}

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

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

@media (max-width: 479.5px) {
    .customers-choice__cards {
        flex-direction: column;
    }

    .customers-choice__cards > article {
        flex: 1 1 100%;
        max-width: 100%
    }

    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/.default/style.css?17853432653354 */
/* /local/components/profmaster/tabs/templates/.default/style.css?17895077435331 */
/* /local/components/profmaster/choice-clients/templates/.default/style.css?17894926857578 */
/* /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 */
