

/* Start:/local/templates/blog/components/bitrix/news/history/bitrix/news.detail/.default/style.css?17615513571248*/
.product_news{
    display: flex;
    flex-wrap: wrap;

}

.item_product_news{
    width: 23%;
    border: 1px solid #01a243;
    padding: 10px;
    margin: 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 28px 0px #01a24317;
}

.related-products {
    margin-top: 30px;
}
hr {
    margin: 20px 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 2px dotted #01a243;
}

.media_history__item ul {
    margin: 10px;
}

.media_history__item ul li::marker {
    font-family: 'Material Icons';
    color: #01a243;
    line-height: 0;
    font-size: 24px;
}
.media_history__item ul li {
    margin: 7px 0;
    font-size: 14px;
}

.media_history__item h2{
    margin: 24px 0px;
}

.media_history__item h2:after {
    width: 20%;
    height: 1px;
    background: #01a243;
    position: relative;
    content: "";
    display: block;
    margin: 5px 0;
}

.media_history__item hr{
    padding: 20px;
}

.media_history__item p{
    margin-left: 10px;
}


.latest-news {
    background: #e6e6e6;
    padding: 18px;
    border-radius: 20px;
}

.media_history__item a {

    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #028bd8;
    
}
/* End */
/* /local/templates/blog/components/bitrix/news/history/bitrix/news.detail/.default/style.css?17615513571248 */
