

/* Start:/bitrix/templates/arm-ecogroup.ru/components/bitrix/menu/menu_sections/style.css?17852726261278*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu>li
{
	background: #eeedee;
}

ul.left-menu>li>a
{
	font-size:100%;
	color:#212121;
	text-decoration:none;
	display: block;
	padding: 10px 16px;
    white-space: normal!important;
}


ul.left-menu>li:hover, ul.left-menu li.selected{
	background: #2eb000;
}

ul.left-menu li:hover>a, ul.left-menu li.selected>a
{
	color: white;
}


ul.left-menu>li>ul.second-menu {
    display: none;
    padding: 0;
    margin: 0;
}

/*.dropdown-toggle-menu::after {*/
/*    display: inline-block;*/
/*    margin-left: 0.255em;*/
/*    vertical-align: 0.255em;*/
/*    content: "";*/
/*    border-top: 0.3em solid;*/
/*    border-right: 0.3em solid transparent;*/
/*    border-bottom: 0;*/
/*    border-left: 0.3em solid transparent;*/
/*}*/

ul.second-menu>li {
    list-style: none;
    background: white;
    padding-left: 20px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
}

ul.second-menu>li>a {
    color: black;
    font-size:14px;
}

ul.second-menu>li:hover>a {
    color: #4bb800;
    font-weight: normal;
}

ul.second-menu>li.item-selected>a {
    color: #4bb800;
}

ul.left-menu li.selected>ul {
    display: block;
}



/* End */


/* Start:/bitrix/templates/arm-ecogroup.ru/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17881717774956*/
.news-detail p {
    margin-bottom: 5px;
}

.news-image {
    margin-bottom: 20px;
    max-width: 100%;
}

.img-fill {
    width: 100%;
}

.img-right {
    text-align: right;
}


.note {
    float: right;
    background: #4bb800; 
    padding: 0 10px; 
    margin: 5px 0 5px 10px;
    width: 250px; 
    font-size: 0.9em; 
    text-align: center;
    color: white;
    padding-bottom: 10px;
}
.note P { margin: 0.6em 0; }

.note .bold {
    font-size:16px;
        font-family: "SUIBlack";
}

.note a {
    color: white;
}

.note a img {
    margin-right: 10px;
}

.note .link-dow {
    display: table;
    width:100%;
    margin-top: 5px;
}

.note .link-dow>div {
    display: table-cell;
    text-align: left;
    padding-right: 5px;
}

.note .link-dow>div p {
    font-size: 10px;
}

.off_left {
    margin-left: 20px;
}

.off_right {
    margin-right: 20px;
}

/* Блок автора (AEO/GEO) */
.author-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 16px;
    margin: 0 0 20px;
    background: #f5f7f6;
    border: 1px solid #e3e8e5;
    border-radius: 6px;
}
.author-card {
    display: flex;
    align-items: center;
    gap: 12px;
}
.author-avatar {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 50%;
    background: #4bb800;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.author-name {
    font-size: 15px;
    font-weight: 600;
}
.article-meta {
    font-size: 13px;
    color: #666666;
}
.article-meta time {
    display: block;
}
.author-position {
    font-size: 13px;
    color: #666666;
}

/* Навигация «Предыдущая / Следующая» (AEO) */
.articles-nav {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin: 16px 0 0;
    padding-top: 10px;
    border-top: 1px solid #e3e8e5;
}
.articles-nav a {
    color: #4bb800;
    text-decoration: none;
    font-size: 13px;
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.articles-nav a:hover {
    text-decoration: underline;
}
.articles-nav__next {
    text-align: right;
}

/* «Другие статьи» (AEO) */
.articles-related {
    margin-top: 20px;
}
.articles-related__title {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    margin: 0 0 10px !important;
}
.articles-related__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
@media (max-width: 768px) {
    .articles-related__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .articles-related__grid {
        grid-template-columns: 1fr;
    }
}
.article-card a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.article-card__name {
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 4px;
    min-height: 2.6em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article-card__date {
    font-size: 11px;
    color: #666666;
    margin-top: auto;
}

/* Таблицы стандартов (AEO) — контекстный префикс + !important, чтобы перебить глобальные правила .descript table (в т.ч. tr:first-child с псевдоклассом) */
.news-detail.descript .standards-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 20px;
    font-size: 13px;
}
.news-detail.descript .standards-table th {
    background: #4bb800 !important;
    color: #ffffff !important;
    text-align: left;
    padding: 8px 10px;
    font-weight: 600;
}
.news-detail.descript .standards-table td {
    background: #ffffff !important;
    color: #212121 !important;
    border: 1px solid #e3e8e5;
    padding: 8px 10px;
    vertical-align: top;
}
.news-detail.descript .standards-table tbody tr:nth-child(2n) td {
    background: #f5f7f6 !important;
}
.news-detail.descript .standards-table td:first-child {
    white-space: nowrap;
    font-weight: 600;
}

/* Содержание статьи (AEO) */
.news-detail.descript .article-toc {
    margin: 0 0 20px;
    padding: 12px 16px;
    background: #f5f7f6;
    border: 1px solid #e3e8e5;
    border-radius: 6px;
}
.news-detail.descript .article-toc__title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
.news-detail.descript .article-toc__list {
    margin: 0;
    padding-left: 20px;
}
.news-detail.descript .article-toc__item {
    margin-bottom: 4px;
}
.news-detail.descript .article-toc__item a {
    color: #4bb800;
    text-decoration: none;
    font-size: 13px;
}
.news-detail.descript .article-toc__item a:hover {
    text-decoration: underline;
}

/* End */
/* /bitrix/templates/arm-ecogroup.ru/components/bitrix/menu/menu_sections/style.css?17852726261278 */
/* /bitrix/templates/arm-ecogroup.ru/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17881717774956 */
