

/* Start:/local/templates/pzpo/components/bitrix/news.detail/solution-inner/style.css?17702853033052*/


.inner-solution {
    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-solution::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-solution__title {
    margin-top: 0px;
    margin-bottom: 30px;
}

.inner-solution__date {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgba(51, 51, 51, .3);
    margin-bottom: 8px;
}

.inner-solution__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.38;
    color: rgba(51, 51, 51, 1);
}

.inner-solution__row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 140px;
}

.inner-solution__header .inner-solution__row {
    align-items: center;
}

.inner-solution__left {
    width: 50%;
}

.inner-solution__right {
    width: 50%;
    position: sticky;
    top: 90px;
}

.inner-solution__container {
    border-top: 1px solid rgba(51, 51, 51, .12);
    margin-top: 70px;
    padding-top: 70px;
}

.inner-solution__content img {
    width: 100%;
    cursor: pointer;
    height: auto;
}

.inner-solution__img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.inner-solution__img img {
    transition: transform .3s ease-in-out;
    pointer-events: none;
    object-position: center;
    height: 50px;
    width: 50px;
}

.inner-solution__img img.bx-lazyload-success {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width: 1599px) {
    .inner-solution__title.h2 {
        font-size: 36px;
    }
    .inner-solution__row {
        gap: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .inner-solution__row {
        gap: 80px;
    }
    .inner-solution__title.h2 {
        font-size: 32px;
    }
    .inner-solution__container {
        margin-top: 40px;
        padding-top: 40px;
    }
}

@media only screen and (max-width: 959px) {
    .inner-solution__row {
        gap: 60px;
    }
    .inner-solution__left {
        width: 55%;
    }
    .inner-solution__right {
        width: 45%;
    }
}
@media only screen and (max-width: 767px) {
    .inner-solution__row {
        gap: 40px;
        flex-direction: column;
    }
    .inner-solution__img {
        justify-content: flex-start;
    }
    .inner-solution__left {
        width: 100%;
    }
    .inner-solution__right {
        width: 100%;
        position: static;
    }
    .inner-solution__header .inner-solution__row {
        flex-direction: column-reverse;
    }
}
/* End */
/* /local/templates/pzpo/components/bitrix/news.detail/solution-inner/style.css?17702853033052 */
