

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