

/* Start:/blog/style.css?17865146442594*/
/**/
.media-layout {
    display: block;
    flex: 1;
    min-width: 0;
    background-color: var(--white);
    padding: 30px 20px;
    border-radius: var(--radius-lg);
    overflow-y: hidden;

    @media (max-width: 576px) {

    }
}

.media__aside-wrapper {
    position: sticky;
    display: flex;
    flex-direction: column;
    gap: 30px;
    top: 90px;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 100px);
    scrollbar-width: thin;
    scrollbar-color: #090c130a transparent;

    @media (max-width: 1100px) {
        overflow: hidden;
        height: 100%;
    }
}

.media-video-js {
    .media-section__text {
        display: none;
    }
}


.media__aside {
    flex: 0 0 380px;

    @media (max-width: 1100px) {
        width: 100%;
    }
}


/**/
/*breadcrumbs*/
.breadcrumbs__wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 40px;

    @media (max-width: 576px) {
        padding-bottom: 20px;
    }
}

.breadcrumbs {
    align-items: center;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    scrollbar-width: none;
    white-space: nowrap;
    z-index: 1;

    a {
        color: var(--gray-600);

        &:hover {
            color: var(--red-600);
        }
    }
}

.breadcrumbs__item {
    align-items: center;
    display: flex;

    span {
        font-size: var(--fz-14);

        @media (max-width: 576px) {
            font-size: var(--fz-12);
        }
    }

    &:first-child {

        a {
            display: block;
            height: 20px;
            width: 20px;

            @media (max-width: 576px) {
                height: 16px;
                width: 16px;
            }
        }
    }

    &:last-child {
        pointer-events: none;
        @media (max-width: 768px) {
            padding-right: 16px;
        }
    }
}


.breadcrumbs__item a {
    color: var(--gray-700);
    transition: .3s;
}

.breadcrumbs__item a:hover {
    color: var(--red-600);
}


.breadcrumbs__item:last-child a {
    font-weight: 500;
    color: var(--gray-600);
    cursor: unset;
}

.breadcrumbs__icon-home {
    fill: var(--gray-700);
    flex-shrink: 0;
    height: 20px;
    width: 20px;

    @media (max-width: 576px) {
        height: 16px;
        width: 16px;
    }
}

.breadcrumbs__icon-home:hover {
    fill: var(--red-600);
}

.breadcrumbs__icon-arrow {
    stroke: var(--gray-700);
    flex-shrink: 0;
    height: 8px;
    margin: 0 4px;
    width: 8px;
}

.breadcrumbs__icon {
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* End */


/* Start:/local/components/shop.elastomeric/main.news/templates/.default/element.css?17865318564798*/
.typography__header {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 20px;
    font-size: var(--fz-14);

    @media (max-width: 576px) {
        padding-bottom: 4px;
        font-size: var(--fz-12);
    }
}

/* Оставляем доступную рамку при управлении клавиатурой */
.typography__share {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gray-600);
    transition: .3s;
    border: transparent;
    background-color: transparent;
    cursor: pointer;

   svg {
        width: 20px;
        height: 20px;
        stroke-width: 25;
        fill: var(--gray-600);
        stroke: var(--gray-600);
        transition: .3s;
    }
}

.typography__share:focus-visible,
.share__copy:focus-visible {
    outline: none;
    outline-offset: 3px;
}

.typography__review {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--gray-600);

    svg {
        width: 20px;
        height: 20px;
        stroke-width: 25;
        fill: var(--gray-600);
        stroke: var(--gray-600);
    }

}

.typography__eye {
    display: flex;
    align-items: center;
    gap: 5px;
}

.typography-aside {


    @media (max-width: 768px) {
        margin-left: -16px;
        margin-right: -16px;
    }
}

.typography-aside__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: sticky;
    top: 80px;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 100px);
    scrollbar-width: thin;
    scrollbar-color: var(--gray-350) transparent;

    @media (max-width: 992px) {
        position: static;
        height: auto;
        overflow: visible;
    }
}

.layout__main {
    padding: 30px 20px;

    @media (max-width: 576px) {
        padding: 20px 16px;
    }
}

.layout__content {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 30px;
    margin-bottom: 30px;

    @media (max-width: 902px) {
        grid-template-columns: 1fr;
    }
}

.news-sidebar__block, .article-sidebar__block {
    border-radius: var(--radius-xl);
    background-color: var(--white);

    @media (max-width: 756px) {
        border: 1px solid transparent;
    }

    h2 {
        margin-bottom: 20px;
        font-size: var(--fz-20);
        line-height: 1.15;
        letter-spacing: -0.025em;
        color: var(--gray-850);
    }
}

.news-sidebar__block {
    padding: 24px;

    @media (max-width: 576px) {
        flex-direction: column;
        padding: 20px 16px;
    }

}

.sidebar-card {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 20px;
    position: relative;
    padding-bottom: 16px;

    @media (max-width: 576px) {
        padding: 8px 0;
    }

    &:hover {
        .sidebar-card__name {
            color: var(--red-700);
        }
    }

    &:first-of-type {
        border-top: 0;
        padding-top: 0;
    }

    &:last-child {
        padding: 14px 0 0;
    }

    img {
        width: 90px;
        height: 65px;
        object-fit: cover;
        border-radius: 12px;
    }

    span {
        margin-bottom: 5px;
        color: var(--red-700);
        font-size: var(--fz-12);
        font-weight: 750;
        display: none;
    }


    a {
        position: absolute;
        inset: 0;
    }
}

.sidebar-card__name {
    font-size: var(--fz-14);
    line-height: 1.28;
    color: var(--gray-700);
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-card__data {
    color: var(--blue-350);
    font-size: var(--fz-12);
    margin-top: auto;
}

.sidebar-card__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-bottom: .5px solid var(--gray-200-47);
    padding-bottom: 6px;
}

.article-sidebar__block {
    padding: 24px;
    border: none;
    margin-bottom: 30px;
    background-color: var(--gray-350-50);

    @media (max-width: 576px) {
        padding: 20px 16px;
    }
}

.typography .article-nav {
    gap: 14px;
    display: flex;
    flex-direction: column;

    li {
        position: relative;
        font-size: 16px;
        line-height: 1.35;
        transition: 0.25s ease;
        padding-left: 14px;
        cursor: pointer;
        color: var(--gray-700);
        font-weight: 300;

        &::before {
            content: "";
            position: absolute;
            top: 6px;
            left: 0;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #d1d5db;
            transition: 0.25s ease;
        }


        &:hover {
            color: var(--red-700);

            &::before {
                background: var(--red-700);
            }
        }
    }
}















/* End */


/* Start:/local/components/shop.elastomeric/blog.breadcrumbs/templates/blog/style.css?17840147941813*/
/*breadcrumbs*/
.breadcrumbs__wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 40px;

    @media (max-width: 576px) {
        padding-bottom: 20px;
    }
}

.breadcrumbs {
    align-items: center;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    scrollbar-width: none;
    white-space: nowrap;
    z-index: 1;

    a {
        color: var(--gray-600);

        &:hover {
            color: var(--red-600);
        }
    }
}

.breadcrumbs__item {
    align-items: center;
    display: flex;

    span {
        font-size: var(--fz-14);

        @media (max-width: 576px) {
            font-size: var(--fz-12);
        }
    }

    &:first-child {

        a {
            display: block;
            height: 20px;
            width: 20px;

            @media (max-width: 576px) {
                height: 16px;
                width: 16px;
            }
        }
    }

    &:last-child {
        pointer-events: none;
        @media (max-width: 768px) {
            padding-right: 16px;
        }
    }
}


.breadcrumbs__item a {
    color: var(--gray-700);
    transition: .3s;
}

.breadcrumbs__item a:hover {
    color: var(--red-600);
}


.breadcrumbs__item:last-child span {
    font-weight: 500;
    color: var(--gray-600);
    cursor: unset;
}

.breadcrumbs__icon-home {
    fill: var(--gray-700);
    flex-shrink: 0;
    height: 20px;
    width: 20px;

    @media (max-width: 576px) {
        height: 16px;
        width: 16px;
    }
}

.breadcrumbs__icon-home:hover {
    fill: var(--red-600);
}

.breadcrumbs__icon-arrow {
    stroke: var(--gray-700);
    flex-shrink: 0;
    height: 8px;
    margin: 0 4px;
    width: 8px;
}

.breadcrumbs__icon {
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* End */


/* Start:/local/components/shop.elastomeric/detail.news/templates/.default/style.css?17865247999724*/
.typography,
.layout__main,
.layout__content {
    min-width: 0;
}

/*typography*/
.typography {
    display: flex;
    flex-direction: column;
    line-height: 28px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    font-weight: 300;

    h1 {
        line-height: 1.2;
        font-weight: 400;
        font-size: 32px;
        color: var(--gray-700);
        display: none;
        margin-bottom: 20px;

        @media (max-width: 576px) {
            font-size: var(--fz-24);
        }
    }

    h2 {
        font-size:20px;
        color: var(--gray-700);
        font-weight: 600;
        position: relative;
        margin-bottom: 20px;
        padding-top: 20px;


        @media (max-width: 576px) {
            font-size: 18px;
        }

    }

    h3 {
        font-size: 18px;
        color: var(--gray-700);
        font-weight: 400;
        position: relative;
        margin-bottom: 20px;
        line-height: 28px;

        @media (max-width: 576px) {
            font-size: 16px;
            margin-bottom: 10px;
        }
    }

    p {
        color: var(--gray-700);
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 28px;

        @media (max-width: 576px) {
            font-size: 14px;
            margin-bottom: 10px;
        }

        &:last-child {
            margin-bottom: 0;
        }

        a {
            color: var(--red-700);
            transition: color .3s;
            font-weight: 300;
            white-space: nowrap;
            border-bottom: .5px solid var(--red-700);

            &:hover {
                color: var(--red-600);
            }
        }
    }

    ul {
        color: var(--gray-700);
        font-size: 16px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 20px;

        @media (max-width: 576px) {
            font-size:14px
        }

        &:last-child {
            margin-bottom: 0;
        }


        li {
            display: flex;
            padding-left: 10px;
            position: relative;


            b {
                display: contents;
            }

            a {
                color: var(--red-700);
                transition: .3s;
                display: contents;

                &:hover {
                    color: var(--red-600);
                }
            }

            &:before {
                content: '';
                width: 5px;
                height: 5px;
                display: block;
                flex-shrink: 0;
                border-radius: 50%;
                background: var(--gray-400);
                transition: .3s;
                position: absolute;
                top: 0.8rem;
                left: 0;
            }
        }

    }

    ol {
        color: var(--gray-700);
        font-size: 16px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        list-style: none;
        counter-reset: my-counter;
        margin-bottom: 20px;

        @media (max-width: 576px) {
            font-size: 14px;
        }

        &:last-child {
            margin-bottom: 0;
        }


        li {
            display: flex;
            counter-increment: my-counter;
            padding-left: 15px;
            position: relative;

            b {
                display: contents;
            }

            a {
                color: var(--red-700);
                transition: .3s;
                display: contents;

                &:hover {
                    color: var(--red-600);
                }
            }

            &:before {
                content: counter(my-counter) "." !important;
                color: var(--gray-700);
                transition: .3s;
                position: absolute;
                top: 0;
                left: 0;
                font-weight: 400;
            }
        }
    }

    video {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    h1, h2, h3 {
        a {
            color: var(--red-700);
            transition: color .3s;
            display: contents;

            &:hover {
                color: var(--red-600);
            }
        }
    }

    blockquote {
        border-left: 4px solid var(--red-100);
        border-right: 4px solid var(--red-100);
        padding: 0 16px;
        font-style: italic;
        font-weight: 400;
        display: flex;
        margin-bottom: 20px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    section#comparison {
        overflow-x: auto;
        padding-bottom: 4px;
    }

    div#comparison {
        overflow-x: auto;
        padding-bottom: 4px;
    }

    table {
        width: 100%;
        min-width: 760px;
        border-collapse: collapse;
        overflow: hidden;
        border-radius: 14px;
        background: var(--color-white);
        box-shadow: 0 0 0 1px var(--color-border);
        font-size: 14px;

        thead {
            background-color: var(--gray-100);

            th {
                font-weight: 400;
                color: var(--gray-800);
                padding: 12px;
                font-size: 14px;
                line-height: 21px;

                @media (max-width: 576px) {
                    font-size:12px;
                }
            }

        }


        td {
            font-weight: 400;
            color: var(--gray-700);
            padding: 12px;
            font-size: 14px;
            line-height: 21px;

            @media (max-width: 576px) {
                font-size: 12px;
            }
        }

        tbody {
            tr {
                td {
                    &:first-child {
                        font-weight: 400;
                    }
                }

                td {
                    border: 1px solid var(--gray-400);
                }

            }

        }
    }

}

.typography__images {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;

    .typography__img {
        position: relative;
        flex: 1 1 calc(100% / 2 - (16px / 2 * 1));
        aspect-ratio: 1/1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        overflow: hidden;
        margin: 0;
        min-width: 0;
        max-height: 500px;
        min-height: 200px;

        img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            border-radius: var(--radius-lg);
            overflow: hidden;

            @media (max-width: 576px) {
                border-radius: var(--radius-l);
            }
        }

        figcaption {
            display: none;
        }
    }

}

.typography__video {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;

    @media (max-width: 576px) {
        flex-direction: column;
    }
}
.typography__iframe {
    height: 450px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-bottom: 20px;

    @media (max-width: 576px) {
        height: 300px;
    }

    iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/*.typography*/
.share {
    position: relative;
    z-index: 10;
    padding-bottom: 30px;
    margin-bottom: -30px;
}

.share__dropdown {
    position: absolute;
    top: calc(100% - 12px);
    left: 0;
    width: 280px;
    padding: 0 20px;
    border-radius: var(--radius-lg);
    background: var(--gray-920);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transform-origin: top left;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: opacity 0.18s ease,
    visibility 0.18s ease,
    transform 0.18s ease;

    @media (max-width: 576px) {
        position: fixed;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;

        transform: translateY(12px);
        border-radius: var(--radius-lg) var(--radius-lg) 0 0;

        gap: 12px;
    }

    &::before {
        content: "";
        position: absolute;
        top: -7px;
        left: 60px;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        background: var(--gray-920);
        transform: rotate(45deg);

        @media (max-width: 576px) {
            display: none;
        }
    }
}

.share:hover .share__dropdown,
.share:focus-within .share__dropdown,
.share.is-open .share__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    border: 1px solid transparent;
}

.share__link {
    position: relative;
    z-index: 999;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--gray-350-60);
    background: transparent;
    text-decoration: none;
    font-size: var(--fz-14);
    text-align: left;
    cursor: pointer;
    transition: color 0.2s ease;


    &:last-child {
        padding-bottom: 20px;

        span {
            border-bottom: none;

        }
    }

    &:first-child {
        padding-top: 20px;
    }

    span {
        flex: 1;
        border-bottom: .5px solid var(--gray-350-60);

    }

    svg {
        width: 25px;
        height: 25px;
        flex-shrink: 0;
        fill: var(--gray-400);
        stroke: var(--gray-400);
        stroke-width: 20;
        border-radius: 4px;
    }


    &:hover {
        color: var(--gray-400);
        outline: none;
    }

}
/* End */
/* /blog/style.css?17865146442594 */
/* /local/components/shop.elastomeric/main.news/templates/.default/element.css?17865318564798 */
/* /local/components/shop.elastomeric/blog.breadcrumbs/templates/blog/style.css?17840147941813 */
/* /local/components/shop.elastomeric/detail.news/templates/.default/style.css?17865247999724 */
