

/* Start:/local/templates/brandshop/components/bitrix/news/blog/bitrix/news.detail/blog/style.css?178109396410455*/
.blog-article-page {
    padding: 40px 0 80px;
}

.blog-article-header {
    margin-bottom: 40px;
}

.blog-article-h1 {
    font-family: "HalvarBreit", Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 28px;
}
@media (max-width: 1023px) { .blog-article-h1 { font-size: 32px; } }
@media (max-width: 767px)  { .blog-article-h1 { font-size: 24px; margin-bottom: 20px; } }

.blog-author {
    display: flex;
    align-items: center;
    gap: 12px 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.blog-author__person {
    display: flex;
    align-items: center;
    gap: 12px;
}
.blog-author__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.blog-author__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: #f4f4f4;
    overflow: hidden;
}
.blog-author__name {
    font-weight: 600;
    font-size: 14px;
    color: #111212;
    margin-bottom: 2px;
}
.blog-author__position {
    font-size: 13px;
    color: #858C8C;
}
.blog-meta-divider {
    width: 1px;
    height: 28px;
    background: #D6D6D6;
    flex-shrink: 0;
}
@media (max-width: 639px) {
    .blog-meta-divider { display: none; }
    .blog-author__meta { width: 100%; }
}
.blog-meta-item {
    font-size: 13px;
    color: #858C8C;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}
.blog-meta-item svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.blog-share {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 16px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 32px;
}
.blog-share__label {
    font-size: 13px;
    color: #858C8C;
    white-space: nowrap;
}
.blog-share__buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.blog-share__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px 5px 5px;
    border-radius: 6px;
    background: #f4f4f4;
    color: #2E3131;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    text-decoration: none;
    border: none;
    font-family: "IBMPlexSans", Arial, sans-serif;
    white-space: nowrap;
    line-height: 1;
}
.blog-share__btn:hover { background: #e5e5e5; color: #111212; }
.blog-share__brand-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}
.blog-share__util-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #686E6E;
    margin-left: 2px;
    margin-right: -2px;
}
.blog-share__btn--copy.copied { background: #e6f4e8; color: #009528; }
.blog-share__btn--copy.copied .blog-share__util-icon { color: #009528; }

.blog-hero {
    width: 100%;
    max-height: 520px;
    height: auto;
    object-fit: contain;
    background: #f4f4f4;
    border-radius: 4px;
    display: block;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .blog-hero { max-height: 280px; margin-bottom: 24px; }
}

.blog-body {
    display: flex;
    gap: 48px;
}
@media (max-width: 1023px) {
    .blog-body { flex-direction: column; gap: 0; }
}

.blog-content {
    flex: 1;
    min-width: 0;
}

.blog-content__annotation {
    font-size: 18px;
    line-height: 1.65;
    color: #4B4F4F;
    margin-bottom: 36px;
    font-weight: 500;
}
@media (max-width: 767px) { .blog-content__annotation { font-size: 16px; } }

.blog-toc-mobile {
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    margin-bottom: 32px;
    overflow: hidden;
}
.blog-toc-mobile summary {
    padding: 14px 16px;
    font-family: "HalvarBreit", Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9fafb;
    user-select: none;
}
.blog-toc-mobile summary::-webkit-details-marker { display: none; }
.blog-toc-mobile[open] summary .toc-arrow { transform: rotate(180deg); }
.toc-arrow {
    width: 18px;
    height: 18px;
    transition: transform 0.2s;
    flex-shrink: 0;
}
.blog-toc-mobile__body {
    padding: 12px 16px 16px;
}
.blog-toc-mobile__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-toc-mobile__list li {
    padding: 4px 0;
}
.blog-toc-mobile__list li.toc-h3 {
    padding-left: 16px;
}
.blog-toc-mobile__list a {
    font-size: 14px;
    color: #686E6E;
    text-decoration: none;
    transition: color 0.2s;
    line-height: 1.4;
}
.blog-toc-mobile__list a:hover { color: #245ab5; }

.blog-richtext h2 {
    font-family: "HalvarBreit", Arial, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    color: #111212;
    margin: 40px 0 16px;
    scroll-margin-top: 130px;
}
.blog-richtext h3 {
    font-family: "HalvarBreit", Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.25;
    color: #111212;
    margin: 28px 0 12px;
    scroll-margin-top: 130px;
}
@media (min-width: 1024px) {
    .blog-richtext h2,
    .blog-richtext h3 { scroll-margin-top: 150px; }
}
@media (max-width: 767px) {
    .blog-richtext h2 { font-size: 21px; }
    .blog-richtext h3 { font-size: 18px; }
}
.blog-richtext p {
    font-size: 16px;
    line-height: 1.75;
    color: #2E3131;
    margin-bottom: 16px;
}
.blog-richtext ul,
.blog-richtext ol {
    margin: 0 0 20px 24px;
}
.blog-richtext ul { list-style: disc; }
.blog-richtext ol { list-style: decimal; }
.blog-richtext li {
    font-size: 16px;
    line-height: 1.7;
    color: #2E3131;
    margin-bottom: 6px;
}
.blog-richtext img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
    margin: 28px 0;
}
.blog-richtext blockquote {
    border-left: 3px solid #245ab5;
    padding: 12px 20px;
    margin: 24px 0;
    background: #f0f5ff;
    border-radius: 0 4px 4px 0;
}
.blog-richtext blockquote p {
    font-size: 17px;
    font-style: italic;
    color: #4B4F4F;
    margin: 0;
}
.blog-richtext a {
    color: #245ab5;
    text-decoration: underline;
}
.blog-richtext a:hover { opacity: 0.8; }
.blog-richtext strong { font-weight: 600; }

.blog-toc {
    width: 260px;
    flex-shrink: 0;
}
.blog-toc__inner {
    position: sticky;
    top: 90px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}
.blog-toc__title {
    font-family: "HalvarBreit", Arial, sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #858C8C;
    margin-bottom: 14px;
}
.blog-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-toc__list li {
    padding: 4px 0;
    border-left: 2px solid transparent;
    padding-left: 12px;
    transition: border-color 0.2s;
}
.blog-toc__list li.toc-h3 {
    padding-left: 22px;
}
.blog-toc__list li.active {
    border-left-color: #245ab5;
}
.blog-toc__list a {
    font-size: 13px;
    color: #858C8C;
    text-decoration: none;
    transition: color 0.2s;
    line-height: 1.45;
    display: block;
}
.blog-toc__list a:hover,
.blog-toc__list li.active a { color: #245ab5; }
@media (max-width: 1023px) {
    .blog-toc { display: none; }
}

.blog-products {
    margin-top: 64px;
    padding-top: 48px;
    border-top: 1px solid #e5e7eb;
}
.blog-products__title {
    font-family: "HalvarBreit", Arial, sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 28px;
}
@media (max-width: 767px) { .blog-products__title { font-size: 20px; } }
.blog-products__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
@media (max-width: 1023px) { .blog-products__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 639px)  { .blog-products__grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

.product-card {
    position: relative;
    padding: 8px;
    border-radius: 2px;
    background: #fff;
    transition: box-shadow 0.3s;
}
.product-card:hover { box-shadow: 0 0 0 2px #245ab5 inset; }
.product-card__image {
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 10px;
    background: #f4f4f4;
}
.product-card__image img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.product-card:hover .product-card__image img { transform: scale(1.05); }
.product-card__price {
    font-size: 18px !important;
    font-weight: 700;
    color: #111212;
    margin-bottom: 6px;
}
.product-card__price--sale { color: #ef4444; }
@media (max-width: 767px) { .product-card__price { font-size: 15px; } }
.product-card__name {
    font-family: "HalvarBreit", Arial, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.3;
    color: #111212;
}
.product-card__name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}
.product-card__name a:hover { color: #245ab5; }

.blog-nav {
    margin-top: 64px;
    padding-top: 32px;
    border-top: 1px solid #e5e7eb;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
@media (max-width: 639px) { .blog-nav { grid-template-columns: 1fr; } }

.blog-nav__item {
    display: block;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    text-decoration: none;
    transition: border-color 0.2s, background-color 0.2s;
}
.blog-nav__item:hover {
    border-color: #245ab5;
    background: #f0f5ff;
}
.blog-nav__direction {
    font-size: 12px;
    color: #858C8C;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.blog-nav__item--next .blog-nav__direction {
    justify-content: flex-end;
}
.blog-nav__direction svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.blog-nav__title {
    font-family: "HalvarBreit", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
    color: #111212;
    flex: 1;
    min-width: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-nav__thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 3px;
    flex-shrink: 0;
}
.blog-nav__item--prev .blog-nav__body {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.blog-nav__item--next .blog-nav__body {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* End */


/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17798699423610*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}
.sp-medialib-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

/* End */
/* /local/templates/brandshop/components/bitrix/news/blog/bitrix/news.detail/blog/style.css?178109396410455 */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17798699423610 */
