

/* Start:/local/templates/main/components/bitrix/news/blog/bitrix/news.detail/detail/style.css?17641526469304*/
.blog-article {
    --blog-bg: #ffffff;
    --blog-text: #1a2027;
    --blog-muted: #647182;
    --blog-brand: #ff9800;
    --blog-success: #10b981;
    --blog-danger: #ef4444;
    --blog-stroke: #e2e8f0;
    --blog-radius: 10px; 
    --blog-content-w: 1120px;

}

.blog-article a {
    color: var(--blog-brand);
    text-decoration: none;
}
.blog-article a:hover {
    text-decoration: underline;
}


.blog-article .blog-layout {
    display: block;
}
@media (min-width: 860px) {
    .blog-article .blog-layout {
        display: grid;
        grid-template-columns: 88ch 280px ;
        gap: 32px;
        align-items: start;
    }
}

.blog-article .blog-intro {
    padding: 16px 0;
    border-bottom: 1px solid var(--blog-stroke);
    margin-bottom: 32px;
}
.blog-article .blog-intro__subtitle {
    font-size: 1.1em;
    max-width: 80ch;
    margin: 0;
}
.blog-article .blog-meta {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    color: var(--blog-muted);
    font-size: 13px;
}

.blog-article .blog-sidebar {
    position: sticky;
    top: 135px;
}
.blog-article .blog-sidebar__title {
    font-weight: 700;
    margin: 0 0 12px;
    font-size: 14px;
    color: var(--blog-text);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.blog-article .blog-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}
.blog-article .blog-sidebar a {
    display: block;
    padding: 4px 0;
    color: var(--blog-muted);
    transition: color 0.2s ease;
    line-height: 1.1;
}
.blog-article .blog-sidebar a:hover {
    color: var(--blog-brand);
    text-decoration: none;
}
aside > ul:not([class]) > li:not(:last-child) {
    margin-bottom: 0;
}
.blog-article .blog-section {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--blog-stroke);
    scroll-margin-top: 90px;
}
.blog-article .blog-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.blog-article .blog-section__title {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 16px;
}
.blog-article .blog-section__lead {
    color: var(--blog-muted);
    margin-bottom: 16px;
    font-size: 1.1em;
}

.blog-article .blog-cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.blog-article .blog-card {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--blog-stroke);
}
.blog-article .blog-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.blog-article .blog-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}
.blog-article .blog-card__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
}
p {
    font-size: 14px !important;
}
.section1, .text_page {
    padding-left: 0 !important;
}
.blog-article .blog-card__desc {
    color: var(--blog-muted);
    font-size: 15px;
    margin: 0 0 16px 0;
}

.blog-article .blog-badge {
    flex-shrink: 0;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: var(--blog-radius);
    font-weight: 500;
}

.blog-article .blog-list-wrapper {
    display: grid;
    gap: 16px;
}
@media (min-width: 500px) {
    .blog-article .blog-list-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

.blog-article .blog-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-article .blog-list__title {
    font-weight: 700;
    font-size: 14px;
    color: var(--blog-text);
    margin-bottom: 4px;
}
.blog-article .blog-list li {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
}
.blog-article .blog-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-article .blog-list--pros li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2310b981'%3E%3Cpath fill-rule='evenodd' d='M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm13.36-1.814a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.blog-article .blog-list--cons li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ef4444'%3E%3Cpath fill-rule='evenodd' d='M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm-1.72 6.97a.75.75 0 10-1.06 1.06L10.94 12l-1.72 1.72a.75.75 0 101.06 1.06L12 13.06l1.72 1.72a.75.75 0 101.06-1.06L13.06 12l1.72-1.72a.75.75 0 10-1.06-1.06L12 10.94l-1.72-1.72z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.blog-article .blog-note {
    font-size: 14px;
    color: var(--blog-muted);
    padding: 16px;
    background-color: #f8f9fa;
    border-radius: var(--blog-radius);
}
.product-inject-container {
    display: flex;
    align-items: center;
}

.product-inject__image-side {
    position: relative;
    flex-shrink: 0;
    margin-right: 30px;
}

.product-inject-slider {
    width: 300px;
    height: 300px;
}

.product-inject-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-inject-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-inject-slider .swiper-button-next,
.product-inject-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: #333 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.product-inject-slider .swiper-button-next:after,
.product-inject-slider .swiper-button-prev:after {
    font-size: 18px !important;
    font-weight: 900;
}

.product-inject__info-side {
    display: flex;
    flex-direction: column;
}

.product-inject__name {
    font-size: 18px;
    font-weight: 500;
}
.product-inject__name a{
    text-decoration: none;
    color: black !important;
}
.product-inject__price {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.product-inject__button {
    border: none;
    display: inline-block;
    background: var(--primary);
    color: white;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    transition: background-color 0.3s ease;
}

.product-inject__button:hover {
    background-color: var(--orange);
}


@media (max-width: 767px) {
    .product-inject-container {
        flex-direction: column;
    }

    .product-inject__image-side {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }



    .product-inject-slider {
        width: 100%;
        max-width: 300px;
        height: 300px;
        margin: 0 auto;
    }

    .product-inject__info-side {
        align-items: center;
        text-align: center;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        gap: 30px;
        margin-bottom: 16px;
    }
    .product-inject__price {
        margin-bottom: 0;
    }
}


.blog-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 24px 0;
}

.blog-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
    font-size: 14px;
}

.blog-table thead {
    background: #f5f5f7;
}

.blog-table thead tr th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #e1e1e6;
    color: #555;
    white-space: nowrap;
}

.blog-table tbody tr {
    transition: background-color 0.2s ease;
}

.blog-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.blog-table tbody tr:hover {
    background: #f0f7ff;
}

.blog-table tbody td {
    padding: 12px 16px;
    border-bottom: 1px solid #ececf0;
    vertical-align: top;
    line-height: 1.4;
}

.blog-table tbody td a {
    color: #e38700;
    text-decoration: underline;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.blog-table tbody td a:hover {
    border-bottom-color: currentColor;
}

@media (max-width: 768px) {
    .blog-table {
        min-width: 0;
        border-collapse: separate;
        border-spacing: 0 12px;
    }

    .blog-table thead {
        display: none;
    }

    .blog-table tbody tr {
        display: block;
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
        padding: 10px 12px;
    }

    .blog-table tbody tr:hover {
        background: #ffffff;
    }

    .blog-table tbody td {
        display: flex;
        gap: 8px;
        padding: 4px 0;
        border: none;
        font-size: 13px;
    }

    .blog-table tbody td::before {
        content: attr(data-label);
        flex: 0 0 40%;
        max-width: 140px;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: #888;
    }

    .blog-table tbody td:last-child {
        padding-bottom: 2px;
    }

    .blog-table tbody td a {
        font-weight: 500;
    }
}

/* End */
/* /local/templates/main/components/bitrix/news/blog/bitrix/news.detail/detail/style.css?17641526469304 */
