

/* Start:/local/templates/.default/components/bitrix/news/for_buyers/bitrix/news.detail/.default/style.css?1769076792935*/
.flex {
    display: flex;
    align-items: baseline;
}
.buyers_left {
    background-color: var(--main-bg-color);
    max-width:28.5%;
    padding:40px 33px;
    margin-right:36px;
}
.buyers_left ul {
    list-style: none;
    margin:0;
    padding: 0;
}
.buyers_left ul li {
    padding:16px;
    position: relative;
    cursor: pointer;
}
.buyers_left ul li:after {
    content: " ";
    background-image: url('/local/images/arrow-right.svg');
    position: absolute;
    right:0;
    top:14px;
    width: 24px;
    height: 24px;
}
.buyers_left ul li.active, .buyers_left ul li:hover {
    background-color: #f4f6fa;
}
.buyers_left ul li a {
    text-decoration: none;
    color: #24272F;
}
.buyers_left ul li:hover a {
    color: #1456b9;
}
.buyers_right {
    background-color: var(--main-bg-color);
    padding:40px 48px;
    width: 77%;
}
.buyers_right.width100 {
    width: 100%;
}
/* End */
/* /local/templates/.default/components/bitrix/news/for_buyers/bitrix/news.detail/.default/style.css?1769076792935 */
