

/* Start:/local/templates/xtech_landing/components/bitrix/news/.default/bitrix/news.detail/.default/style.css?17827273583925*/
.landing-block-container.detail-container {
    max-width: 950px;
}

.landing-block.detail-news {
    padding: 0;
}

.detail-wrapper {
    color: #101828;
}

.detail-wrapper .detail-section {
    padding: 12px 24px;
    color: white;
    border-radius: 40px;
    background-color: #7700FF;;
    width: fit-content;
}

.detail-wrapper .text-description {
    font-family: 'RostelecomBasis', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.detail-wrapper .bx-breadcrumb {
    margin-bottom: 24px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;
}

.detail-wrapper .bx-breadcrumb .bx-breadcrumb-item {
    flex-shrink: 0;
    white-space: nowrap;
}

.detail-wrapper .bx-breadcrumb .bx-breadcrumb-item span,
.detail-wrapper .bx-breadcrumb .bx-breadcrumb-item a {
    font-size: 16px;
    color: #101828;
}

.detail-wrapper .bx-breadcrumb .bx-breadcrumb-item:last-child {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
}

.detail-wrapper .bx-breadcrumb .bx-breadcrumb-item:last-child span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.landing-block-frame.detail-wrapper {
    gap: 24px;
    padding: 20px;
}

.detail-wrapper .text-description img {
    margin: 24px 0;
    border-radius: 32px;
    display: flex;
    width: 100%;
    max-height: 600px;
    height: 100%;
    object-position: center;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}

.detail-wrapper .date {
    margin-bottom: 24px;
}

/**/
.testimonial {
    padding: 24px 28px;
    border-radius: 16px;
    background: #7700FF0D; /* мягкий фиолетовый */
    color: #1f1f1f;
}

.testimonial__text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px;
    color: #2d2d2d;
}

.testimonial__author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testimonial__avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial__info {
    display: flex;
    flex-direction: column;
}

.testimonial__name {
    font-weight: 600;
    font-size: 22px;
    color: #111;
}

.testimonial__role {
    font-size: 16px;
    color: #6b6b6b;
}

.news-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.news-nav-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

/* Предыдущая */
.news-nav-button.prev {
    border: 2px solid #7b2cff;
    color: #2d2d2d;
    background: transparent;
}

.news-nav-button.prev:hover {
    background: #f3eaff;
}

/* Следующая */
.news-nav-button.next {
    background: #7700FF;
    color: #fff;
    border: none;
}

.news-nav-button.next:hover {
    opacity: 0.9;
}


@media (max-width: 768px) {
    .detail-wrapper .text-description img {
        max-height: 456px;
    }

    .detail-wrapper .bx-breadcrumb {
        max-width: 100%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: bottom;
    }

    .bx-breadcrumb {
        display: flex;
        flex-direction: column;
    }

    .detail-wrapper .bx-breadcrumb .bx-breadcrumb-item span {
        white-space: wrap;
    }

    .bx-breadcrumb-item {
        display: block;
        max-width: 100%;
    }

    .bx-breadcrumb-item span,
    .bx-breadcrumb-item a {
        word-break: break-word;
        overflow-wrap: break-word;
    }

}

@media (max-width: 576px) {
    .detail-wrapper .text-description img {
        max-height: 300px;
    }

    .news-nav-button {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/xtech_landing/components/bitrix/breadcrumb/.default/style.min.css?1771760410467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */
/* /local/templates/xtech_landing/components/bitrix/news/.default/bitrix/news.detail/.default/style.css?17827273583925 */
/* /local/templates/xtech_landing/components/bitrix/breadcrumb/.default/style.min.css?1771760410467 */
