

/* Start:/local/templates/pzpo/components/bitrix/news.detail/product-inner/style.css?17707343465191*/

/* ======= Inner Page (типовые детальные страницы) ======= */

.inner-product {
    padding-top: calc(40px + var(--breadcrumbs-height));
    padding-bottom: 100px;
    position: relative;

/*    background-image: url(/local/templates/pzpo/assets/img/bg.png);*/
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.inner-product::before {
    content: '';
    position: absolute;
    height: calc(100% + 56px);
    width: 1px;
    background-color: rgba(51, 51, 51, .12);
    top: -56px;
    left: calc(50% - 0px);
    z-index: -1;
}

.inner-product__title {
    margin-top: 0px;
    margin-bottom: 30px;
}


.inner-product__row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 140px;
}

.inner-product__header .inner-product__row {
    align-items: center;
}

.inner-product__left {
    width: 50%;
}

.inner-product__right {
    width: 50%;
    position: sticky;
    top: 90px;
}

.inner-product__container {
        border-top: 1px solid rgba(51, 51, 51, .12);
    margin-top: 70px;
    padding-top: 70px;
}

.inner-product__content img {
    width: 100%;
    cursor: pointer;
    height: auto;
}

.inner-product__img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inner-product__img img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    pointer-events: none;
    -o-object-position: center;
    object-position: center;

    height: 50px;
    width: 50px;
}

.inner-product__img img.bx-lazyload-success {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}



.inner-product__subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #333333;
    text-transform: none;
}

.inner-product__properties {
    margin-top: 20px;
}



.inner-product__tonnage {
    margin-top: 40px;
}
.inner-product__labels {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 25px;
}
.inner-product__label {
    padding: 8px 20px;
    background-color: rgba(51, 51, 51, 0.04);
    border-radius: 8px;
    font-size: 16px;
    line-height: 1;
    color: rgb(51 51 51 / 90%);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    transition: all .2s ease-out;
    position: relative;
}



.inner-product__label:hover {
    background-color: rgba(228, 61, 66, 1);
    color: #fff;
}

.inner-product__label:not([href]) {
    background-color: #e6e6e6;
}
.inner-product__label:not([href]):hover {
    background-color: #e6e6e6;
    color: rgb(51 51 51 / 90%);
}






@media only screen and (max-width: 1599px) {
    .inner-product__title.h2 {
        font-size: 36px;
    }
    .inner-product__row {
        gap: 100px;
    }
}

@media only screen and (max-width: 1199px) {

    .inner-product {
        padding-top: calc(40px + var(--breadcrumbs-height));
        padding-bottom: 60px;
    }
 
    .inner-product__title.h2 {
        font-size: 32px;
    }
    .inner-product__container {
        margin-top: 40px;
        padding-top: 40px;
    }



    .inner-product__row {
        gap: 60px;
    }
    .inner-product::before {
        display: none;
    }
    .inner-product__left {
        width: 60%;
    }
    .inner-product__right {
        width: 40%;
    }



}

@media only screen and (max-width: 959px) {
    .inner-product__row {
        gap: 40px;
        flex-direction: column;
    }
    .inner-product__left {
        width: 100%;
    }
    .inner-product__right {
        width: 100%;
        position: static;
    }
    .inner-product__header .inner-product__row {
        flex-direction: column-reverse;
    }


}

@media only screen and (max-width: 767px) {

    .inner-product__row {
        gap: 40px;
        flex-direction: column;
    }
    .inner-product__left {
        width: 100%;
    }
    .inner-product__right {
        width: 100%;
        position: static;
    }
    .inner-product__header .inner-product__row {
        flex-direction: column-reverse;
    }
    .inner-product__title {
        margin-bottom: 30px;
    }
    .inner-product__subtitle {
        font-size: 20px;
    }



    .inner-product .properties-list__item {
        flex-direction: column;
        gap: 5px;
    }
    .inner-product .properties-list__name::after {
        display: none;
    }
    .inner-product .properties-list__value {
        white-space: normal;
        line-height: 1.2;
    }

    


}

/* End */
/* /local/templates/pzpo/components/bitrix/news.detail/product-inner/style.css?17707343465191 */
