

/* 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/lift/style.css?17840251841304*/
.product__left {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
}

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

#video_frame {
    display: none;
}

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

.product__left iframe {
    width: 100%;
}

/* Не растягивать изображения слайдера шире их оригинального размера */
.product__left .slider-3__swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__left .slide__image {
    position: relative !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 500px !important;
    height: auto !important;
    object-fit: contain;
    margin: 0 auto;
    inset: auto !important;
}

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


/* Start:/local/components/profmaster/uslovia.arenda/templates/.default/style.css?17810958592014*/
.rent-condition__item {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
}

.rent-condition__item--with-icon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.rent-condition__icon {
    height: 46px;
    width: auto;
    flex-shrink: 0;
}

.rent-condition__item--gray {
    background: #f7f7f7;
}

.rent-condition__item--highlight {
    background: #fccb06;
    color: #333;
}

.dotted {
    position: relative;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.dotted::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: inherit;
    border: 2px dashed #e9e9e9;
    mask:
        linear-gradient(black, black) content-box,
        linear-gradient(black, black);
    mask-composite: exclude;
    pointer-events: none;
}

.rent-condition__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.rent-condition__dotted-2 {
    display: none;
}

@media (max-width: 999.5px) and (min-width: 767.5px) {
    .rent-condition__grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .rent-condition__dotted-2 {
        display: block;
    }
}
@media (max-width: 767.5px) and (min-width: 479.5px) {
    .rent-condition__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .rent-condition__dotted-1 {
        display: none;
    }
    .rent-condition__dotted-2 {
        display: block;
    }
    div.product-pricing {
        padding: 20px;
    }
    .rent-condition__item {
        padding: 20px;
    }
}
@media (max-width: 479.5px) {
    .rent-condition__grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .rent-condition__dotted-1 {
        display: none;
    }
    div.product-pricing {
        padding: 20px;
    }
    .rent-condition__item {
        padding: 20px;
    }
}

/* End */


/* Start:/local/components/profmaster/tabs/templates/.default/style.css?17888530941300*/
.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;
    }
}
/* End */


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

/* 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;
}

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

.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/lift/style.css?17840251841304 */
/* /local/components/profmaster/uslovia.arenda/templates/.default/style.css?17810958592014 */
/* /local/components/profmaster/tabs/templates/.default/style.css?17888530941300 */
/* /local/components/profmaster/choice-clients/templates/.default/style.css?17888530943657 */
/* /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 */
